try this
This commit is contained in:
parent
7c5ee3637d
commit
1034f9e259
1 changed files with 8 additions and 2 deletions
10
.github/workflows/build-sd-image.yml
vendored
10
.github/workflows/build-sd-image.yml
vendored
|
|
@ -8,10 +8,16 @@ jobs:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Install QEMU
|
||||||
|
run: sudo apt-get install qemu-user-static
|
||||||
|
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: cachix/install-nix-action@v16
|
uses: cachix/install-nix-action@v21
|
||||||
|
with:
|
||||||
|
extra_nix_config: |
|
||||||
|
system = aarch64-linux
|
||||||
|
|
||||||
- name: Build SD image
|
- name: Build SD image
|
||||||
run: nix build -L '.#nixosConfigurations.pochita-sd.config.system.build.sdImage'
|
run: nix build -L '.#nixosConfigurations.pochita-sd.config.system.build.sdImage'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue