diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6f9d181..6aba9810 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,12 @@ jobs: uses: docker/build-push-action@v3 with: context: . + platforms: | + linux/amd64 + linux/386 + linux/arm/v6 + linux/arm/v7 + linux/arm64/v8 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}