Skip to content

Commit

Permalink
chore(build): add linux/s390x image
Browse files Browse the repository at this point in the history
  • Loading branch information
fhopfensperger authored Jul 18, 2024
1 parent d31b799 commit 7cb7cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/s390x
push: true
build-args: |
BUILD_VERSION=${{ env.RELEASE_VERSION_WITHOUT_V }}
Expand Down

0 comments on commit 7cb7cb4

Please sign in to comment.