diff --git a/.github/workflows/push-docker-on-release.yml b/.github/workflows/push-docker-on-release.yml index 5343cbd80..2e6c24b7e 100644 --- a/.github/workflows/push-docker-on-release.yml +++ b/.github/workflows/push-docker-on-release.yml @@ -45,3 +45,6 @@ jobs: context: . push: true tags: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ steps.get_tag.outputs.tag }} + # platforms: linux/arm64/v8,darwin/amd64,linux/amd64,windows/amd64,linux/amd64 # was what I was aiming for + # but locally I only got to these 3 (specifically linux/arm64/v8 but yeah) + platforms: linux/arm64,linux/amd64,linux/amd64