diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml index 4d79cc7..a532f07 100644 --- a/.github/workflows/oci.yml +++ b/.github/workflows/oci.yml @@ -82,6 +82,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . + platforms: linux/amd64,linux/arm64,linux/arm/v7 push: ${{ github.event_name != 'pull_request' && github.event_name != 'workflow_dispatch' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}