From cf5254ad5f20562bbf2e1506d7c8fc65bd596c8c Mon Sep 17 00:00:00 2001 From: nemunaire Date: Wed, 7 Jan 2026 03:22:59 +0000 Subject: [PATCH] Don't build to arm anymore --- .drone.yml | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0c5bb9e..358f8fc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -92,53 +92,6 @@ steps: password: from_secret: docker_nemunai.re_password ---- -kind: pipeline -type: docker -name: build-arm - -platform: - os: linux - arch: arm - -steps: - - name: build - image: golang:alpine - commands: - - apk --no-cache add git go-bindata - - go generate -v - - go get -v -d - - go build -v -ldflags="-s -w" -o youp0m - - wget -O Dockerfile https://ankh.serekh.nemunai.re/local/Dockerfile-youp0m - - wget -O entrypoint.sh https://ankh.serekh.nemunai.re/local/entrypoint.sh-youp0m && chmod +x entrypoint.sh - - - name: publish - image: plugins/docker:linux-arm - settings: - repo: nemunaire/youp0m - auto_tag: true - auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH} - experimental: true - squash: true - username: - from_secret: docker_username - password: - from_secret: docker_password - - - name: publish on nemunai.re - image: plugins/docker:linux-arm - settings: - registry: registry.nemunai.re - repo: registry.nemunai.re/youp0m - auto_tag: true - auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH} - experimental: true - squash: true - username: - from_secret: docker_nemunai.re_username - password: - from_secret: docker_nemunai.re_password - --- kind: pipeline name: docker-manifest @@ -173,6 +126,5 @@ trigger: - tag depends_on: -- build-arm - build-arm64 - build-amd64