Browse Source

mark docker build

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
update-packer-186
Bo-Yi Wu 6 years ago
parent
commit
f8c1ccafe3
  1. 72
      .drone.yml

72
.drone.yml

@ -67,44 +67,44 @@ pipeline:
event: [ push, tag ] event: [ push, tag ]
local: false local: false
publish_linux_arm: # publish_linux_arm:
image: plugins/docker:17.05 # image: plugins/docker:17.05
pull: true # pull: true
secrets: [ docker_username, docker_password ] # secrets: [ docker_username, docker_password ]
group: release # group: release
repo: ${DRONE_REPO} # repo: ${DRONE_REPO}
auto_tag: true # auto_tag: true
auto_tag_suffix: arm # auto_tag_suffix: arm
dockerfile: Dockerfile.arm # dockerfile: Dockerfile.arm
when: # when:
event: [ push, tag ] # event: [ push, tag ]
local: false # local: false
publish_linux_arm64: # publish_linux_arm64:
image: plugins/docker:17.05 # image: plugins/docker:17.05
pull: true # pull: true
secrets: [ docker_username, docker_password ] # secrets: [ docker_username, docker_password ]
group: release # group: release
repo: ${DRONE_REPO} # repo: ${DRONE_REPO}
auto_tag: true # auto_tag: true
auto_tag_suffix: arm64 # auto_tag_suffix: arm64
dockerfile: Dockerfile.arm64 # dockerfile: Dockerfile.arm64
when: # when:
event: [ push, tag ] # event: [ push, tag ]
local: false # local: false
publish_linux_i386: # publish_linux_i386:
image: plugins/docker:17.05 # image: plugins/docker:17.05
pull: true # pull: true
secrets: [ docker_username, docker_password ] # secrets: [ docker_username, docker_password ]
group: release # group: release
repo: ${DRONE_REPO} # repo: ${DRONE_REPO}
auto_tag: true # auto_tag: true
auto_tag_suffix: i386 # auto_tag_suffix: i386
dockerfile: Dockerfile.i386 # dockerfile: Dockerfile.i386
when: # when:
event: [ push, tag ] # event: [ push, tag ]
local: false # local: false
discord: discord:
image: appleboy/drone-discord image: appleboy/drone-discord

Loading…
Cancel
Save