From ac93e435bee117b6e59984e02e3b6ec1a3d37645 Mon Sep 17 00:00:00 2001 From: Paolo Asperti Date: Fri, 10 Jun 2022 23:49:26 +0200 Subject: [PATCH] multiarch --- .drone.yml | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/.drone.yml b/.drone.yml index b4fa525..6b1a8e1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,35 +27,35 @@ trigger: event: - tag ---- -kind: pipeline -type: docker -name: linux-arm64 +# --- +# kind: pipeline +# type: docker +# name: linux-arm64 -platform: - arch: arm64 - os: linux +# platform: +# arch: arm64 +# os: linux -steps: - - name: build_and_publish - image: plugins/docker:linux-arm64 - settings: - dockerfile: Dockerfile - force_tag: true - password: - from_secret: docker_password - registry: docker.asperti.com - repo: docker.asperti.com/paspo/ftps - username: - from_secret: docker_username - tags: - - ${DRONE_TAG}-linux-arm64 - - ${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR}-linux-arm64 - - ${DRONE_SEMVER_MAJOR}-linux-arm64 +# steps: +# - name: build_and_publish +# image: plugins/docker:linux-arm64 +# settings: +# dockerfile: Dockerfile +# force_tag: true +# password: +# from_secret: docker_password +# registry: docker.asperti.com +# repo: docker.asperti.com/paspo/ftps +# username: +# from_secret: docker_username +# tags: +# - ${DRONE_TAG}-linux-arm64 +# - ${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR}-linux-arm64 +# - ${DRONE_SEMVER_MAJOR}-linux-arm64 -trigger: - event: - - tag +# trigger: +# event: +# - tag --- kind: pipeline