From b9454d964754415ba03007b188aa9d295829b293 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 14 Oct 2024 18:56:06 +0200 Subject: [PATCH] build: Remove AMD64 platform (#206) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb6174a..0e68392 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: context: . push: true provenance: false - platforms: linux/amd64,linux/arm64 + platforms: linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} annotations: ${{ steps.meta.outputs.annotations }}