Skip to content

Commit

Permalink
Support amd64 and s390x container platforms (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
namrata-ibm committed Jul 24, 2023
1 parent 51d8217 commit b798309
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package-and-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
platforms: linux/amd64,linux/s390x
tags: ${{ steps.meta.outputs.tags }}

- name: Echo image digest
Expand Down

0 comments on commit b798309

Please sign in to comment.