From d6a0104b7faa3f971d7c028a65de8482d404ff23 Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 29 Sep 2024 11:18:13 +0200 Subject: [PATCH] CI: remove ARM build --- .drone.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7f726ea..911d2a5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,24 +18,6 @@ steps: from_secret: docker_password --- kind: pipeline -name: build_arm64 -platform: - os: linux - arch: arm64 - -steps: - - name: docker - image: plugins/docker - settings: - repo: ducampsv/docker-backup-postgres - auto_tag: "true" - auto_tag_suffix: arm64 - username: - from_secret: docker_username - password: - from_secret: docker_password ---- -kind: pipeline type: docker name: manifest @@ -52,10 +34,8 @@ steps: from_secret: docker_password platforms: - linux/amd64 - - linux/arm64 depends_on: - build_amd64 - - build_arm64 --- kind: secret name: docker_username