mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +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/
|
||||
jobs:
|
||||
build-iso:
|
||||
strategy:
|
||||
matrix:
|
||||
arch:
|
||||
- "x86_64-linux"
|
||||
- "aarch64-linux"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@ -14,7 +19,7 @@ jobs:
|
||||
- uses: DeterminateSystems/nix-installer-action@v4
|
||||
- name: Build ISO
|
||||
run: |
|
||||
nix build .#images.bootstrap --impure --out-link build-iso-result
|
||||
nix build .#images.${{ matrix.arch }}.bootstrap --impure --out-link build-iso-result
|
||||
env:
|
||||
NIXPKGS_ALLOW_BROKEN: "1"
|
||||
NIXPKGS_ALLOW_UNFREE: "1"
|
||||
|
Loading…
Reference in New Issue
Block a user