diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 9a836a58..72e00490 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -47,6 +47,7 @@ jobs: pull: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + platforms: linux/amd64,linux/arm64 - uses: docker/build-push-action@v5 if: github.ref_type == 'branch' with: