distrohop/.woodpecker/manifest.yml

14 lines
406 B
YAML

labels:
platform: linux/amd64
steps:
- name: manifest
image: mplatform/manifest-tool
commands:
- manifest-tool push from-args --platforms linux/amd64,linux/arm64,linux/riscv64 --template gitea.elara.ws/elara6331/distrohop:ARCH --tags ${CI_COMMIT_TAG} --target gitea.elara.ws/elara6331/distrohop:latest
when:
- event: tag
platform: linux/amd64
depends_on:
- build