diff --git a/.woodpecker.yml b/.woodpecker.yml index d1ab5aa..673ef09 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -45,6 +45,8 @@ steps: publish-xbps: image: alpine + environment: + - XBPS_TARGET_ARCH="x86_64" secrets: - source: xbps_pem_passphrase target: XBPS_PASSPHRASE @@ -52,7 +54,7 @@ steps: - /srv/xbps:/target - /etc/woodpecker/:/etc/woodpecker:ro commands: | - export XBPS_TARGET_ARCH="x86_64" + export XBPS_TARGET_ARCH tar xvf xbps-static-latest.x86_64-musl.tar.xz -C / mv $${CI_REPO_NAME}-$${CI_COMMIT_TAG}.x86_64.xbps /target xbps-rindex -daf /target/$${CI_REPO_NAME}-$${CI_COMMIT_TAG}.x86_64.xbps