From 1f2ba8a1a2e8ff3f44da5d459fbe4ba2cae1bc8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Alejandro=20Marug=C3=A1n?= Date: Thu, 15 Aug 2024 21:20:48 +0200 Subject: [PATCH] chore: add arm64 arch --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5d10be4..5f6ef16 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -97,7 +97,7 @@ jobs: cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max context: . labels: ${{ steps.meta.outputs.labels }} - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 push: true sbom: true tags: ${{ steps.meta.outputs.tags }}