ci: update update workflow with new images output structure

This commit is contained in:
Gabriel Arazas 2023-08-03 18:07:55 +08:00
parent 7a291058c9
commit 8243fbcd6d
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -25,7 +25,7 @@ jobs:
- name: Build custom packages
run: nix build --dry-run --impure --file ./pkgs
- name: Build NixOS configurations
run: nix build --dry-run --impure .#images.{ni,plover,bootstrap}
run: nix build --dry-run --impure .#images.x86_64-linux.{ni,plover,bootstrap}
- name: Push changes to remote
run: |
git remote remove origin