mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
ci: update build ISO workflow
This commit is contained in:
parent
c8cb7b686d
commit
829339c218
7
.github/workflows/iso.yml
vendored
7
.github/workflows/iso.yml
vendored
@ -7,6 +7,11 @@ on:
|
|||||||
- docs/
|
- docs/
|
||||||
jobs:
|
jobs:
|
||||||
build-iso:
|
build-iso:
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
arch:
|
||||||
|
- "x86_64-linux"
|
||||||
|
- "aarch64-linux"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@ -14,7 +19,7 @@ jobs:
|
|||||||
- uses: DeterminateSystems/nix-installer-action@v4
|
- uses: DeterminateSystems/nix-installer-action@v4
|
||||||
- name: Build ISO
|
- name: Build ISO
|
||||||
run: |
|
run: |
|
||||||
nix build .#images.bootstrap --impure --out-link build-iso-result
|
nix build .#images.${{ matrix.arch }}.bootstrap --impure --out-link build-iso-result
|
||||||
env:
|
env:
|
||||||
NIXPKGS_ALLOW_BROKEN: "1"
|
NIXPKGS_ALLOW_BROKEN: "1"
|
||||||
NIXPKGS_ALLOW_UNFREE: "1"
|
NIXPKGS_ALLOW_UNFREE: "1"
|
||||||
|
Loading…
Reference in New Issue
Block a user