Skip to content

Commit 01c791e

Browse files
authored
Update release.yml
1 parent 7af2a45 commit 01c791e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
golang_cross: [ 1.19-bullseye ]
35+
golang_cross: [ 1.19-ibm ]
3636
include:
37-
- golang_cross: 1.19-bullseye
37+
- golang_cross: 1.19-ibm
3838
goreleaser: 'ci/goreleaser/goreleaser.yml'
3939
rpmvers: 'el/7 el/8 el/9 amazon/2 amazon/2023'
4040
debvers: 'ubuntu/xenial ubuntu/bionic ubuntu/focal ubuntu/jammy debian/jessie debian/buster debian/bullseye'
@@ -183,7 +183,7 @@ jobs:
183183
push: true
184184
context: "."
185185
file: ci/Dockerfile.std
186-
platforms: linux/amd64,linux/arm64
186+
platforms: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le
187187
tags: |
188188
${{ steps.metadata.outputs.tags }}
189189
${{ steps.login-ecr.outputs.registry }}/tyk-pump:${{ needs.goreleaser.outputs.tag }}

0 commit comments

Comments
 (0)