Skip to content

Commit

Permalink
Enables sushy-tool image multiarch builds
Browse files Browse the repository at this point in the history
Signed-off-by: e-minguez <[email protected]>
  • Loading branch information
e-minguez committed Feb 3, 2025
1 parent a3c210b commit 72ce9f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-images-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
image-name: 'sushy-tools'
dockerfile-directory: resources/sushy-tools
pushImage: true
multiPlatform: true
platform: "linux/amd64,linux/arm64,linux/arm/v8"
secrets:
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
Expand Down

0 comments on commit 72ce9f6

Please sign in to comment.