ci: update build ISO image job

This commit is contained in:
Gabriel Arazas 2025-03-14 18:55:56 +08:00
parent 5c29f5f1ce
commit 7556b00778
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -18,7 +18,7 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Build ISO
run: |
nix build .#images.${{ matrix.arch }}.bootstrap-install-iso --impure --out-link build-iso-result
nix build .#images.${{ matrix.arch }}.bootstrap-install-iso --out-link build-iso-result
env:
NIXPKGS_ALLOW_BROKEN: "1"
NIXPKGS_ALLOW_UNFREE: "1"