pacco/.woodpecker/build.yml
JMARyA d673c3bb3c
Some checks failed
ci/woodpecker/push/build Pipeline failed
arm64
2025-04-17 08:11:38 +02:00

26 lines
602 B
YAML

when:
- event: push
branch: main
steps:
- name: build
image: woodpeckerci/plugin-docker-buildx
settings:
platforms: linux/amd64,linux/arm64
repo: git.hydrar.de/jmarya/pacco
registry: git.hydrar.de
tags: latest
username: jmarya
password:
from_secret: registry_token
- 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
SIGN_KEY:
from_secret: sign_key