update
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2025-01-11 16:55:31 +01:00
parent 2e7d4aa52b
commit b40a1f4fee
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
6 changed files with 185 additions and 37 deletions

15
.woodpecker/build.yml Normal file
View file

@ -0,0 +1,15 @@
when:
- event: push
branch: main
steps:
- name: "PKGBUILD"
image: git.hydrar.de/jmarya/pacco-build:latest
commands:
- pacman -Syu --noconfirm
- buildpkg navos x86_64 pac.hydrar.de "$TOKEN" "$KEY"
environment:
TOKEN:
from_secret: pacco_token
KEY:
from_secret: sign_key