Skip to content

Commit

Permalink
fix target platforms (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksn authored Oct 15, 2024
1 parent 78eced5 commit eb2f965
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/image-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit eb2f965

Please sign in to comment.