Don't build to arm anymore
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2026-01-07 03:19:48 +00:00
commit 786b071d53

View file

@ -47,32 +47,6 @@ steps:
when:
branch:
- master
---
kind: pipeline
type: docker
name: build-arm
platform:
os: linux
arch: arm
steps:
- name: docker build and publish
image: plugins/docker:linux-arm
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: nemunaire/opentracker
auto_tag: true
auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}
dockerfile: Dockerfile
when:
branch:
- master
---
kind: pipeline
name: docker-manifest
@ -96,4 +70,3 @@ trigger:
depends_on:
- build-amd64
- build-arm64
- build-arm