Skip to content

Commit

Permalink
ci: fix build iso wierdness
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Nov 1, 2024
1 parent c87baa0 commit 7e1a6b6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build-isos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ jobs:
StrictHostKeyChecking no
EOF
- name: Install Just
uses: extractions/setup-just@v2

- name: Install Lix
uses: DeterminateSystems/nix-installer-action@main
with:
Expand All @@ -53,17 +50,12 @@ jobs:

- name: Build Lilith Iso
continue-on-error: false
run: just iso lilith

- name: Build Valkyrie Tarball
continue-on-error: false
run: just tar valkyrie
run: nix build -L .#nixosConfigurations.lilith.config.system.build.isoImage

- name: Upload Release Artifacts
run: |
release=$(date +"%Y-%m-%d")
gh release create "$release"
gh release upload "$release" ./result/iso/*.iso
gh release upload "$release" nixos-wsl.tar.gz
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 7e1a6b6

Please sign in to comment.