diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 53a52e9..0ada75c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,6 +59,7 @@ jobs: push: true tags: ${{ env.IMAGE_REPOSITORY }}:${{ env.IMAGE_TAG }} labels: ${{ steps.meta.outputs.labels }} + platforms: "linux/amd64,linux/arm64" cache-from: type=gha cache-to: type=gha,mode=max