parent
442c3cec92
commit
1a05da1f50
1 changed files with 5 additions and 1 deletions
|
@ -7,5 +7,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
name: Checkout repository
|
name: Checkout repository
|
||||||
|
- name: Attic login
|
||||||
|
run: attic login sisko http://sisko.fleet:8081 ${{secrets.ATTIC_SISKO_TOKEN}}
|
||||||
|
- name: Start attic watch store &
|
||||||
|
run: attic watch-store sisko
|
||||||
- name: Build with nix
|
- name: Build with nix
|
||||||
run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux"
|
run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux" # --attic-cache "sisko"
|
||||||
|
|
Loading…
Add table
Reference in a new issue