diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fe22232..c823136 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -38,4 +38,5 @@ jobs: - uses: docker/build-push-action@v6 with: push: true + platforms: linux/amd64,linux/arm64 tags: ghcr.io/${{ github.repository }}:latest,ghcr.io/${{ github.repository }}:1.0.${{ github.run_number }}