From e393bbf1cc22e8eba22244894b511f95685270e3 Mon Sep 17 00:00:00 2001 From: Melora Hugues Date: Thu, 19 Oct 2023 19:24:20 +0200 Subject: [PATCH] Don't build arm images for now --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index efe3401..da2334a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,7 @@ steps: dry_run: true platforms: - linux/amd64 - - linux/arm64 + # - linux/arm64 depends_on: when: branch: @@ -46,7 +46,7 @@ steps: from_secret: GIT_PASSWORD platforms: - linux/amd64 - - linux/arm64 + # - linux/arm64 depends_on: - go-test - go-build @@ -77,7 +77,7 @@ steps: auto_tag: true platforms: - linux/amd64 - - linux/arm64 + # - linux/arm64 username: from_secret: GIT_USERNAME password: