This commit is contained in:
parent
a1a0a80eef
commit
ecef2f28eb
1 changed files with 33 additions and 32 deletions
65
.drone.yml
65
.drone.yml
|
@ -28,36 +28,37 @@ trigger:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
---
|
# disable temporarily
|
||||||
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/hidden-service
|
# auto_tag_suffix: linux-arm
|
||||||
build_args:
|
# repo: spcodes/hidden-service
|
||||||
- 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
|
||||||
|
@ -105,7 +106,7 @@ steps:
|
||||||
platforms:
|
platforms:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
- linux/arm
|
# - linux/arm
|
||||||
username:
|
username:
|
||||||
from_secret: USERNAME
|
from_secret: USERNAME
|
||||||
password:
|
password:
|
||||||
|
@ -114,7 +115,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