From ab4470eb0bda3fefa9f03d0841c92c947770134a Mon Sep 17 00:00:00 2001 From: nemunaire Date: Wed, 7 Jan 2026 03:16:45 +0000 Subject: [PATCH] Don't build to arm anymore --- .drone.yml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/.drone.yml b/.drone.yml index b905a9e..223b4cd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -46,30 +46,6 @@ steps: 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/alps - auto_tag: true - auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH} - when: - branch: - - master - --- kind: pipeline name: docker-manifest @@ -93,5 +69,4 @@ trigger: depends_on: - build-amd64 -- build-arm - build-arm64