From 83c1bbf7146e062b20d5351306fa658184c3b131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donncha=20=C3=93=20Cearbhaill?= Date: Wed, 23 Oct 2024 15:22:11 +0200 Subject: [PATCH] Revert "Make multiplatform images" This reverts commit 17b625f3118eefe1a1ec0355ed43a2883ed444ff. --- .github/workflows/publish-release-docker.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-release-docker.yml b/.github/workflows/publish-release-docker.yml index 62a8f927..067611cd 100644 --- a/.github/workflows/publish-release-docker.yml +++ b/.github/workflows/publish-release-docker.yml @@ -47,7 +47,6 @@ jobs: uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 with: context: . - platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}