Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Configure right platform
Browse files Browse the repository at this point in the history
Signed-off-by: Daishan Peng <[email protected]>
  • Loading branch information
StrongMonkey committed Nov 3, 2023
1 parent 32af78a commit 0579f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Push
run: |-
IMG="ghcr.io/${{ github.repository }}:${{ github.ref_name }}" make docker-push-w-buildx
IMG="ghcr.io/${{ github.repository }}:${{ github.ref_name }}" IMG_PLATFORM="linux/amd64" make docker-push-w-buildx

0 comments on commit 0579f02

Please sign in to comment.