This commit is contained in:
parent
ec898f7a27
commit
22f5d0f350
36
.drone.yml
36
.drone.yml
@ -16,7 +16,24 @@ steps:
|
|||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: build_arm
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: arm
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: docker
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: ducampsv/chainetv
|
||||||
|
auto_tag: "true"
|
||||||
|
auto_tag_suffix: arm
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
@ -38,21 +55,4 @@ steps:
|
|||||||
- linux/arm
|
- linux/arm
|
||||||
depends_on:
|
depends_on:
|
||||||
- build_amd64
|
- build_amd64
|
||||||
#---
|
- build_arm
|
||||||
#kind: pipeline
|
|
||||||
#name: build_arm
|
|
||||||
#platform:
|
|
||||||
# os: linux
|
|
||||||
# arch: arm
|
|
||||||
#
|
|
||||||
#steps:
|
|
||||||
# - name: docker
|
|
||||||
# image: plugins/docker
|
|
||||||
# settings:
|
|
||||||
# repo: ducampsv/chainetv
|
|
||||||
# auto_tag: "true"
|
|
||||||
# auto_tag_suffix: arm
|
|
||||||
# username:
|
|
||||||
# from_secret: docker_username
|
|
||||||
# password:
|
|
||||||
# from_secret: docker_password
|
|
||||||
|
Loading…
Reference in New Issue
Block a user