From 985badff42a124f733ae43218724ca375bb000fc Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Fri, 22 Dec 2017 13:51:15 +0800 Subject: [PATCH] mark arm and arm64 docker Signed-off-by: Bo-Yi Wu --- .drone.yml | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5d0e758..4c3c892 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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