From daa8db0b8c5b40bb2f04654434b012830e14a46c Mon Sep 17 00:00:00 2001 From: nemunaire Date: Sat, 10 Jan 2026 03:52:24 +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 27dd0e4..d61a47e 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/pdns - auto_tag: true - auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH} - when: - branch: - - master - --- kind: pipeline name: docker-manifest @@ -92,5 +68,4 @@ trigger: depends_on: - build-amd64 -- build-arm - build-arm64