This commit is contained in:
parent
a449dc0ab0
commit
c7d89b1c11
36
.drone.yml
36
.drone.yml
@ -38,21 +38,21 @@ steps:
|
||||
- linux/arm
|
||||
depends_on:
|
||||
- build_amd64
|
||||
---
|
||||
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
|
||||
#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