update
This commit is contained in:
parent
98b5874442
commit
3a4b5ee78c
5 changed files with 314 additions and 240 deletions
21
.woodpecker/build.yml
Normal file
21
.woodpecker/build.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
matrix:
|
||||
platform:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
|
||||
labels:
|
||||
platform: ${platform}
|
||||
|
||||
when:
|
||||
- event: push
|
||||
branch: master
|
||||
|
||||
steps:
|
||||
- name: "PKGBUILD"
|
||||
image: git.hydrar.de/jmarya/pacco:latest
|
||||
commands:
|
||||
- pacco build --ci --push navos
|
||||
environment:
|
||||
PACCO_HOST: "https://pac.hydrar.de"
|
||||
PACCO_TOKEN:
|
||||
from_secret: pacco_token
|
Loading…
Add table
Add a link
Reference in a new issue