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 }}