From ee031e633cea01144e5200e00b294c1915f35e8d Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 15 Oct 2024 00:18:45 +0200 Subject: [PATCH] build: Add ARM64 platform --- .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 f6e2cf1..eb6174a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: context: . push: true provenance: false - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} annotations: ${{ steps.meta.outputs.annotations }}