From 21d06f1fbca8fdd081b661ff6626efa7c0537026 Mon Sep 17 00:00:00 2001 From: samuel-p Date: Mon, 1 Feb 2021 20:18:56 +0100 Subject: [PATCH] updated .drone.yml --- .drone.yml | 65 +++++++++++++++++++++++++++--------------------------- 1 file changed, 33 insertions(+), 32 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1d66719..5692ab2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,36 +28,37 @@ trigger: event: - push ---- -kind: pipeline -type: docker -name: linux-arm - -platform: - os: linux - arch: arm - -steps: - - name: docker - image: plugins/docker - settings: - purge: true - no_cache: true - auto_tag: true - auto_tag_suffix: linux-arm - repo: spcodes/morty - build_args: - - ARCH=arm - username: - from_secret: USERNAME - password: - from_secret: PASSWORD - -trigger: - branch: - - main - event: - - push +# disable temporarily +#--- +#kind: pipeline +#type: docker +#name: linux-arm +# +#platform: +# os: linux +# arch: arm +# +#steps: +# - name: docker +# image: plugins/docker +# settings: +# purge: true +# no_cache: true +# auto_tag: true +# auto_tag_suffix: linux-arm +# repo: spcodes/morty +# build_args: +# - ARCH=arm +# username: +# from_secret: USERNAME +# password: +# from_secret: PASSWORD +# +#trigger: +# branch: +# - main +# event: +# - push --- kind: pipeline @@ -105,7 +106,7 @@ steps: platforms: - linux/amd64 - linux/arm64 - - linux/arm +# - linux/arm username: from_secret: USERNAME password: @@ -114,7 +115,7 @@ steps: depends_on: - linux-amd64 - linux-arm64 - - linux-arm +# - linux-arm trigger: branch: