build vps instead of workstation on github CI
This commit is contained in:
parent
e65a61b1d2
commit
6ca7ba1743
4
.github/workflows/cache.yml
vendored
4
.github/workflows/cache.yml
vendored
@ -39,8 +39,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
export TMPDIR=$(pwd)/build/tmp
|
export TMPDIR=$(pwd)/build/tmp
|
||||||
mkdir -p $TMPDIR
|
mkdir -p $TMPDIR
|
||||||
echo 'Build host-workstation'
|
echo 'Build host-vps'
|
||||||
nix build --out-link result-workstation --store $(pwd)/build .#host-workstation
|
nix build --out-link result-vps --store $(pwd)/build .#host-vps
|
||||||
echo 'Build host-hypervisor'
|
echo 'Build host-hypervisor'
|
||||||
nix build --out-link result-hypervisor --store $(pwd)/build .#host-hypervisor
|
nix build --out-link result-hypervisor --store $(pwd)/build .#host-hypervisor
|
||||||
- name: Push to cache
|
- name: Push to cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user