Skip to content

Commit

Permalink
Add s390x architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
buger authored Feb 15, 2023
1 parent 8687fa3 commit 739efb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
push: true
context: "."
file: ci/Dockerfile.std
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/s390x
tags: |
${{ steps.login-ecr.outputs.registry }}/tyk:${{ needs.goreleaser.outputs.tag }}
${{ steps.login-ecr.outputs.registry }}/tyk:${{ github.sha }}
Expand Down Expand Up @@ -247,6 +247,7 @@ jobs:
arch:
- amd64
- arm64
- s390x
distro:
- ubuntu:xenial
- ubuntu:bionic
Expand Down

0 comments on commit 739efb4

Please sign in to comment.