disabled arm builds for now
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Samuel Philipp 2021-02-15 00:07:24 +01:00
parent 9d6e9326ce
commit 701fb688c2

View file

@ -28,67 +28,69 @@ trigger:
event: event:
- push - push
--- #not supported by prometheus-client-c
kind: pipeline #---
type: docker #kind: pipeline
name: linux-arm #type: docker
#name: linux-arm
#
#platform:
# os: linux
# arch: arm
#
#steps:
# - name: docker
# image: plugins/docker
# settings:
# purge: true
# no_cache: true
# auto_tag: true
# auto_tag_suffix: linux-arm
# repo: spcodes/coturn
# build_args:
# - ARCH=arm
# username:
# from_secret: USERNAME
# password:
# from_secret: PASSWORD
#
#trigger:
# branch:
# - main
# event:
# - push
platform: #not supported by prometheus-client-c
os: linux #---
arch: arm #kind: pipeline
#type: docker
steps: #name: linux-arm64
- name: docker #
image: plugins/docker #platform:
settings: # os: linux
purge: true # arch: arm64
no_cache: true #
auto_tag: true #steps:
auto_tag_suffix: linux-arm # - name: docker
repo: spcodes/coturn # image: plugins/docker
build_args: # settings:
- ARCH=arm # purge: true
username: # no_cache: true
from_secret: USERNAME # auto_tag: true
password: # auto_tag_suffix: linux-arm64
from_secret: PASSWORD # repo: spcodes/coturn
# build_args:
trigger: # - ARCH=arm64
branch: # username:
- main # from_secret: USERNAME
event: # password:
- push # from_secret: PASSWORD
#
--- #trigger:
kind: pipeline # branch:
type: docker # - main
name: linux-arm64 # event:
# - push
platform:
os: linux
arch: arm64
steps:
- name: docker
image: plugins/docker
settings:
purge: true
no_cache: true
auto_tag: true
auto_tag_suffix: linux-arm64
repo: spcodes/coturn
build_args:
- ARCH=arm64
username:
from_secret: USERNAME
password:
from_secret: PASSWORD
trigger:
branch:
- main
event:
- push
--- ---
kind: pipeline kind: pipeline
@ -104,8 +106,8 @@ steps:
template: spcodes/coturn:OS-ARCH template: spcodes/coturn:OS-ARCH
platforms: platforms:
- linux/amd64 - linux/amd64
- linux/arm64 # - linux/arm64
- linux/arm # - linux/arm
username: username:
from_secret: USERNAME from_secret: USERNAME
password: password:
@ -118,8 +120,8 @@ steps:
template: spcodes/coturn:OS-ARCH template: spcodes/coturn:OS-ARCH
platforms: platforms:
- linux/amd64 - linux/amd64
- linux/arm64 # - linux/arm64
- linux/arm # - linux/arm
username: username:
from_secret: USERNAME from_secret: USERNAME
password: password:
@ -127,8 +129,8 @@ steps:
depends_on: depends_on:
- linux-amd64 - linux-amd64
- linux-arm64 # - linux-arm64
- linux-arm # - linux-arm
trigger: trigger:
branch: branch: