aaaaa
This commit is contained in:
parent
414e830efa
commit
d3a93fd115
35 changed files with 1832 additions and 228 deletions
17
.woodpecker/build-cache.yaml
Normal file
17
.woodpecker/build-cache.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
|
||||
steps:
|
||||
- build-push:
|
||||
image: harbor.vdx.hu/voidcontext/woodpecker-plugin-nix-attic:0.2.0
|
||||
settings:
|
||||
binary_cache: https://attic.hailsatan.eu
|
||||
binary_cache_public_key: some-binary-cache.example.com:some-public-key
|
||||
binary_cache_token:
|
||||
from_secret: binary_cache_access_token
|
||||
script: |
|
||||
nix build .#allConfigurations
|
||||
attic login default $PLUGIN_BINARY_CACHE_TOKEN
|
||||
attic push some-cache $(nix path-info .#default)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue