From 01c61dd32d924903f8df8f51e7d82adae97dfcb6 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 14 Oct 2024 18:56:43 +0200 Subject: [PATCH] build: Remove ARM64 platform (#811) --- .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..f6e2cf1 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/amd64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} annotations: ${{ steps.meta.outputs.annotations }}