diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 6286bcb1..2b01a336 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -88,7 +88,7 @@ jobs: push: true build-args: | COMMIT_SHA=${{ github.sha }} - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 cache-from: type=registry,ref=ghcr.io/${{ github.repository }}/cache:main tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}