whoops
This commit is contained in:
parent
69e342783b
commit
2ed387bdd5
1 changed files with 1 additions and 2 deletions
|
|
@ -63,10 +63,9 @@ jobs:
|
||||||
id: build
|
id: build
|
||||||
run: |
|
run: |
|
||||||
nix build .#base \
|
nix build .#base \
|
||||||
--no-link --print-out-paths \
|
|
||||||
--builders "ssh://$NIXOS_BUILER_USER@$NIXOS_BUILER_HOST x86_64-linux ~/.ssh/id_rsa 1 1 kvm" \
|
--builders "ssh://$NIXOS_BUILER_USER@$NIXOS_BUILER_HOST x86_64-linux ~/.ssh/id_rsa 1 1 kvm" \
|
||||||
--max-jobs 0 \
|
--max-jobs 0 \
|
||||||
--no-link --print-out-paths \
|
--print-out-paths \
|
||||||
| cachix push plasmagoat
|
| cachix push plasmagoat
|
||||||
|
|
||||||
echo "image=$(ls result/*.vma.zst | head -n 1)" >> $GITHUB_OUTPUT
|
echo "image=$(ls result/*.vma.zst | head -n 1)" >> $GITHUB_OUTPUT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue