diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3ca0b57..fdd5815 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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 }}