forgejo -> woodpecker

This commit is contained in:
Adam Stephens 2024-05-14 16:14:22 -04:00
parent ebffb583a3
commit e2ed1ccd08
No known key found for this signature in database
4 changed files with 47 additions and 32 deletions

25
.woodpecker/build.yaml Normal file
View 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