From ab7f56fe054d88a6f0f8b43e50c3f13514a8baf7 Mon Sep 17 00:00:00 2001 From: Johannes Heuel Date: Tue, 18 Jun 2024 11:16:04 +0200 Subject: [PATCH] disable arm target (#8) Reviewed-on: https://gitea.jheuel.boosted.science/jheuel/ohrwurm/pulls/8 --- .gitea/workflows/deploy.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 29f2762..e717ccd 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -26,6 +26,5 @@ jobs: with: platforms: | linux/amd64 - linux/arm64 push: true tags: jheuel/ohrwurm:latest