forgejo -> woodpecker
This commit is contained in:
parent
ebffb583a3
commit
e2ed1ccd08
4 changed files with 47 additions and 32 deletions
25
.woodpecker/build.yaml
Normal file
25
.woodpecker/build.yaml
Normal file
|
@ -0,0 +1,25 @@
|
|||
labels:
|
||||
type: local
|
||||
system: aarch64-linux
|
||||
|
||||
steps:
|
||||
- name: find-targets
|
||||
image: bash
|
||||
commands:
|
||||
- nix develop .#ci -c just -- find-targets
|
||||
|
||||
- name: build
|
||||
image: bash
|
||||
commands:
|
||||
- nix develop .#ci -c just -- build
|
||||
|
||||
- name: upload
|
||||
image: bash
|
||||
commands:
|
||||
- nix develop .#ci -c just -- push
|
||||
environment:
|
||||
CACHIX_AUTH_TOKEN:
|
||||
from_secret: CACHIX_AUTH_TOKEN
|
||||
|
||||
when:
|
||||
- event: push
|
Loading…
Add table
Add a link
Reference in a new issue