diff --git a/.github/workflows/image-push.yml b/.github/workflows/image-push.yml index 30cffe5..627d28a 100644 --- a/.github/workflows/image-push.yml +++ b/.github/workflows/image-push.yml @@ -48,6 +48,7 @@ jobs: with: image: hardened-calico tag: ${{ github.event.release.tag_name }} + platforms: linux/amd64 public-repo: rancher public-username: ${{ env.DOCKER_USERNAME }} @@ -105,6 +106,7 @@ jobs: with: image: hardened-calico tag: ${{ github.event.release.tag_name }} + platforms: linux/arm64 public-repo: rancher public-username: ${{ env.DOCKER_USERNAME }}