From 6b3629436a311420bc4e6b273c2460112ea45e6b Mon Sep 17 00:00:00 2001 From: Johannes Heuel Date: Tue, 18 Jun 2024 11:12:32 +0200 Subject: [PATCH] disable arm target --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 29f2762..45a1024 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -26,6 +26,6 @@ jobs: with: platforms: | linux/amd64 - linux/arm64 + # linux/arm64 push: true tags: jheuel/ohrwurm:latest