updated .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Samuel Philipp 2021-02-01 20:15:02 +01:00
parent e68ad2304b
commit 7e654e5fb1

View file

@ -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/filtron
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/filtron
# build_args:
# - ARCH=arm
# username:
# from_secret: USERNAME
# password:
# from_secret: PASSWORD
#
#trigger:
# branch:
# - main
# event:
# - push
---
kind: pipeline
@ -119,7 +120,7 @@ steps:
platforms:
- linux/amd64
- linux/arm64
- linux/arm
# - linux/arm
username:
from_secret: USERNAME
password:
@ -128,7 +129,7 @@ steps:
depends_on:
- linux-amd64
- linux-arm64
- linux-arm
# - linux-arm
trigger:
branch: