From e8a8b622eeadd65b91222f151573a44d482b2e5e Mon Sep 17 00:00:00 2001 From: Andras Elso Date: Sun, 12 May 2024 10:44:52 +0200 Subject: [PATCH] Build to amd64 platform only --- .github/workflows/release-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-container.yml b/.github/workflows/release-container.yml index 16ec62d..2dd5a14 100644 --- a/.github/workflows/release-container.yml +++ b/.github/workflows/release-container.yml @@ -47,6 +47,6 @@ jobs: with: context: utils/multires push: true - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}