From 3885b4bea78b5964f8a81380fe38526caa034038 Mon Sep 17 00:00:00 2001 From: Samuel Philipp Date: Mon, 1 Feb 2021 19:12:28 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 63 +++++++++++++++++++++++++++--------------------------- 1 file changed, 32 insertions(+), 31 deletions(-) diff --git a/.drone.yml b/.drone.yml index 229d09f..8c61f09 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/searx - build_args: - - ARCH=arm - username: - from_secret: USERNAME - password: - from_secret: PASSWORD - -trigger: - branch: - - main - event: - - push +# disable temporarely +#--- +#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/searx +# build_args: +# - ARCH=arm +# username: +# from_secret: USERNAME +# password: +# from_secret: PASSWORD +# +#trigger: +# branch: +# - main +# event: +# - push --- kind: pipeline @@ -128,7 +129,7 @@ steps: depends_on: - linux-amd64 - linux-arm64 - - linux-arm +# - linux-arm trigger: branch: