From b6dc92e1aba3399a4bb8217d3879a8b5f39c3ed9 Mon Sep 17 00:00:00 2001 From: Ron Green <11993626+georgettica@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:54:03 +0200 Subject: [PATCH] add targets --- .github/workflows/push-docker-on-release.yml | 3 +++ 1 file changed, 3 insertions(+) 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