Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
buger authored Sep 27, 2023
1 parent 7af2a45 commit 01c791e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
strategy:
fail-fast: false
matrix:
golang_cross: [ 1.19-bullseye ]
golang_cross: [ 1.19-ibm ]
include:
- golang_cross: 1.19-bullseye
- golang_cross: 1.19-ibm
goreleaser: 'ci/goreleaser/goreleaser.yml'
rpmvers: 'el/7 el/8 el/9 amazon/2 amazon/2023'
debvers: 'ubuntu/xenial ubuntu/bionic ubuntu/focal ubuntu/jammy debian/jessie debian/buster debian/bullseye'
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
push: true
context: "."
file: ci/Dockerfile.std
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le
tags: |
${{ steps.metadata.outputs.tags }}
${{ steps.login-ecr.outputs.registry }}/tyk-pump:${{ needs.goreleaser.outputs.tag }}
Expand Down

0 comments on commit 01c791e

Please sign in to comment.