diff --git a/.drone.yml b/.drone.yml index e9c72f8..e9c8a09 100644 --- a/.drone.yml +++ b/.drone.yml @@ -67,44 +67,44 @@ pipeline: 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 - 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_i386: - image: plugins/docker:17.05 - pull: true - secrets: [ docker_username, docker_password ] - group: release - repo: ${DRONE_REPO} - auto_tag: true - auto_tag_suffix: i386 - dockerfile: Dockerfile.i386 - when: - event: [ push, tag ] - local: false + # publish_linux_i386: + # image: plugins/docker:17.05 + # pull: true + # secrets: [ docker_username, docker_password ] + # group: release + # repo: ${DRONE_REPO} + # auto_tag: true + # auto_tag_suffix: i386 + # dockerfile: Dockerfile.i386 + # when: + # event: [ push, tag ] + # local: false discord: image: appleboy/drone-discord