This commit is contained in:
parent
b4ec19c607
commit
3885b4bea7
1 changed files with 32 additions and 31 deletions
63
.drone.yml
63
.drone.yml
|
@ -28,36 +28,37 @@ trigger:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
---
|
# disable temporarely
|
||||||
kind: pipeline
|
#---
|
||||||
type: docker
|
#kind: pipeline
|
||||||
name: linux-arm
|
#type: docker
|
||||||
|
#name: linux-arm
|
||||||
platform:
|
#
|
||||||
os: linux
|
#platform:
|
||||||
arch: arm
|
# os: linux
|
||||||
|
# arch: arm
|
||||||
steps:
|
#
|
||||||
- name: docker
|
#steps:
|
||||||
image: plugins/docker
|
# - name: docker
|
||||||
settings:
|
# image: plugins/docker
|
||||||
purge: true
|
# settings:
|
||||||
no_cache: true
|
# purge: true
|
||||||
auto_tag: true
|
# no_cache: true
|
||||||
auto_tag_suffix: linux-arm
|
# auto_tag: true
|
||||||
repo: spcodes/searx
|
# auto_tag_suffix: linux-arm
|
||||||
build_args:
|
# repo: spcodes/searx
|
||||||
- ARCH=arm
|
# build_args:
|
||||||
username:
|
# - ARCH=arm
|
||||||
from_secret: USERNAME
|
# username:
|
||||||
password:
|
# from_secret: USERNAME
|
||||||
from_secret: PASSWORD
|
# password:
|
||||||
|
# from_secret: PASSWORD
|
||||||
trigger:
|
#
|
||||||
branch:
|
#trigger:
|
||||||
- main
|
# branch:
|
||||||
event:
|
# - main
|
||||||
- push
|
# event:
|
||||||
|
# - push
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
@ -128,7 +129,7 @@ steps:
|
||||||
depends_on:
|
depends_on:
|
||||||
- linux-amd64
|
- linux-amd64
|
||||||
- linux-arm64
|
- linux-arm64
|
||||||
- linux-arm
|
# - linux-arm
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
|
Reference in a new issue