1
0
Fork 0
mirror of https://github.com/drone/drone-cli.git synced 2024-05-11 10:06:02 +02:00

add arm publish steps

This commit is contained in:
Tony Li 2018-02-20 14:12:02 -05:00
parent a740baab12
commit be8ed847db
No known key found for this signature in database
GPG Key ID: E73DA11CDB50D072

View File

@ -21,6 +21,22 @@ pipeline:
auto_tag_suffix: alpine
dockerfile: Dockerfile.alpine
publish_arm:
image: plugins/docker
repo: drone/cli
secrets: [docker_username, docker_password]
auto_tag: true
auto_tag_suffix: arm
dockerfile: Dockerfile.arm
publish_arm64:
image: plugins/docker
repo: drone/cli
secrets: [docker_username, docker_password]
auto_tag: true
auto_tag_suffix: arm64
dockerfile: Dockerfile.arm64
release:
image: plugins/github-release
files: