mirror of
https://github.com/drone/drone-cli.git
synced 2024-11-23 09:21:56 +01:00
add arm publish steps
This commit is contained in:
parent
a740baab12
commit
be8ed847db
16
.drone.yml
16
.drone.yml
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user