Skip arm build
continuous-integration/drone/push Build is passing Details

This commit is contained in:
nemunaire 2024-02-14 10:14:35 +01:00
parent 5156451e0f
commit 53f31b0aa8
1 changed files with 0 additions and 49 deletions

View File

@ -94,54 +94,6 @@ trigger:
- push
- tag
---
kind: pipeline
type: docker
name: build-arm
platform:
os: linux
arch: arm
steps:
- name: docker build and publish (nagios)
image: plugins/docker:linux-arm
settings:
registry: registry.nemunai.re
repo: registry.nemunai.re/nagios
username:
from_secret: docker_username
password:
from_secret: docker_password
auto_tag: true
auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}
dockerfile: Dockerfile
when:
branch:
- master
- name: build fcgi image
image: plugins/docker:linux-arm
settings:
registry: registry.nemunai.re
repo: registry.nemunai.re/nagios-fcgi
username:
from_secret: docker_username
password:
from_secret: docker_password
auto_tag: true
auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}
dockerfile: Dockerfile.fcgi
when:
branch:
- master
trigger:
event:
- custom
- push
- tag
---
kind: pipeline
name: docker-manifest
@ -177,4 +129,3 @@ trigger:
depends_on:
- build-amd64
- build-arm64
- build-arm