This commit is contained in:
Dmitriy Kholkin 2023-06-27 01:51:52 +03:00
parent fa59b31abe
commit ed3b19fd3b

View File

@ -39,10 +39,9 @@ jobs:
run: |
export TMPDIR=$(pwd)/build/tmp
mkdir -p $TMPDIR
nix build --store $(pwd)/build -L .#ivpn-ui
# echo 'Build host-workstation'
# nix build --out-link result-workstation --store $(pwd)/build .#host-workstation
# echo 'Build host-hypervisor'
# nix build --out-link result-hypervisor --store $(pwd)/build .#host-hypervisor
echo 'Build host-workstation'
nix build --out-link result-workstation --store $(pwd)/build .#host-workstation
echo 'Build host-hypervisor'
nix build --out-link result-hypervisor --store $(pwd)/build .#host-hypervisor
- name: Push to cache
run: nix develop .#ci -c attic push ataraxiadev ./result*