File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
strategy :
33
33
fail-fast : false
34
34
matrix :
35
- golang_cross : [ 1.19-bullseye ]
35
+ golang_cross : [ 1.19-ibm ]
36
36
include :
37
- - golang_cross : 1.19-bullseye
37
+ - golang_cross : 1.19-ibm
38
38
goreleaser : ' ci/goreleaser/goreleaser.yml'
39
39
rpmvers : ' el/7 el/8 el/9 amazon/2 amazon/2023'
40
40
debvers : ' ubuntu/xenial ubuntu/bionic ubuntu/focal ubuntu/jammy debian/jessie debian/buster debian/bullseye'
@@ -183,7 +183,7 @@ jobs:
183
183
push : true
184
184
context : " ."
185
185
file : ci/Dockerfile.std
186
- platforms : linux/amd64,linux/arm64
186
+ platforms : linux/amd64,linux/arm64,linux/s390x,linux/ppc64le
187
187
tags : |
188
188
${{ steps.metadata.outputs.tags }}
189
189
${{ steps.login-ecr.outputs.registry }}/tyk-pump:${{ needs.goreleaser.outputs.tag }}
You can’t perform that action at this time.
0 commit comments