diff --git a/.drone.yml b/.drone.yml index c64914c..696de79 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,67 +28,69 @@ trigger: event: - push ---- -kind: pipeline -type: docker -name: linux-arm +#not supported by prometheus-client-c +#--- +#kind: pipeline +#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: - 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 - ---- -kind: pipeline -type: docker -name: linux-arm64 - -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 +#not supported by prometheus-client-c +#--- +#kind: pipeline +#type: docker +#name: linux-arm64 +# +#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 @@ -104,8 +106,8 @@ steps: template: spcodes/coturn:OS-ARCH platforms: - linux/amd64 - - linux/arm64 - - linux/arm +# - linux/arm64 +# - linux/arm username: from_secret: USERNAME password: @@ -118,8 +120,8 @@ steps: template: spcodes/coturn:OS-ARCH platforms: - linux/amd64 - - linux/arm64 - - linux/arm +# - linux/arm64 +# - linux/arm username: from_secret: USERNAME password: @@ -127,8 +129,8 @@ steps: depends_on: - linux-amd64 - - linux-arm64 - - linux-arm +# - linux-arm64 +# - linux-arm trigger: branch: