woodpecker update
This commit is contained in:
parent
7a3fcf6fe4
commit
cdbccd7871
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
when:
|
when:
|
||||||
event: tag
|
- event: tag
|
||||||
|
- event: manual
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
image: ghcr.io/void-linux/void-glibc
|
image: ghcr.io/void-linux/void-glibc
|
||||||
|
@ -47,7 +49,7 @@ steps:
|
||||||
- source: xbps_pem_passphrase
|
- source: xbps_pem_passphrase
|
||||||
target: XBPS_PASSPHRASE
|
target: XBPS_PASSPHRASE
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/xbps:/target
|
- /var/www/xbps:/target
|
||||||
- /etc/woodpecker/:/etc/woodpecker:ro
|
- /etc/woodpecker/:/etc/woodpecker:ro
|
||||||
commands: |
|
commands: |
|
||||||
export XBPS_TARGET_ARCH
|
export XBPS_TARGET_ARCH
|
||||||
|
|
Reference in a new issue