mirror of
https://github.com/appleboy/drone-scp.git
synced 2026-06-04 10:15:05 +08:00
mark arm and arm64 docker
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
+24
-24
@@ -64,31 +64,31 @@ pipeline:
|
||||
event: [ push, tag ]
|
||||
local: false
|
||||
|
||||
publish_linux_arm64:
|
||||
image: plugins/docker:17.05
|
||||
pull: true
|
||||
secrets: [ docker_username, docker_password ]
|
||||
group: release
|
||||
repo: ${DRONE_REPO}
|
||||
auto_tag: true
|
||||
auto_tag_suffix: arm64
|
||||
dockerfile: Dockerfile.arm64
|
||||
when:
|
||||
event: [ push, tag ]
|
||||
local: false
|
||||
# publish_linux_arm64:
|
||||
# image: plugins/docker:17.05
|
||||
# pull: true
|
||||
# secrets: [ docker_username, docker_password ]
|
||||
# group: release
|
||||
# repo: ${DRONE_REPO}
|
||||
# auto_tag: true
|
||||
# auto_tag_suffix: arm64
|
||||
# dockerfile: Dockerfile.arm64
|
||||
# when:
|
||||
# event: [ push, tag ]
|
||||
# local: false
|
||||
|
||||
publish_linux_arm:
|
||||
image: plugins/docker:17.05
|
||||
pull: true
|
||||
secrets: [ docker_username, docker_password ]
|
||||
group: release
|
||||
repo: ${DRONE_REPO}
|
||||
auto_tag: true
|
||||
auto_tag_suffix: arm
|
||||
dockerfile: Dockerfile.arm
|
||||
when:
|
||||
event: [ push, tag ]
|
||||
local: false
|
||||
# publish_linux_arm:
|
||||
# image: plugins/docker:17.05
|
||||
# pull: true
|
||||
# secrets: [ docker_username, docker_password ]
|
||||
# group: release
|
||||
# repo: ${DRONE_REPO}
|
||||
# auto_tag: true
|
||||
# auto_tag_suffix: arm
|
||||
# dockerfile: Dockerfile.arm
|
||||
# when:
|
||||
# event: [ push, tag ]
|
||||
# local: false
|
||||
|
||||
release_tag:
|
||||
image: plugins/github-release
|
||||
|
||||
Reference in New Issue
Block a user