enable drone arm build
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
vincent 2022-05-15 21:15:25 +02:00
parent ec898f7a27
commit 22f5d0f350

View File

@ -16,7 +16,24 @@ steps:
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
---
kind: pipeline
type: docker
@ -38,21 +55,4 @@ 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
- build_arm