diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdc049e6..6f02ce1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,9 @@ jobs: image: ${{github.event.repository.full_name}} tags: latest ${{ github.sha }} oci: true + platforms: | + linux/amd64 + linux/arm64 - name: Push To Registry id: push-to-registry