Skip to content

Commit

Permalink
Remove s390x from release workflow too
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Sep 3, 2024
1 parent a13b78c commit 5bfcdb6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,16 @@ jobs:
matrix:
include:
# Four images are created:
# - Multi-arch manifest for amd64, arm64 and s390x
# - Multi-arch manifest for amd64, and arm64
- tag-suffix: ""
platforms: linux/amd64,linux/arm64,linux/s390x
platforms: linux/amd64,linux/arm64
# - arm64 manifest
- tag-suffix: "-arm64"
platforms: linux/arm64
# - amd64 manifest
- tag-suffix: "-amd64"
platforms: linux/amd64
# - s390x manifest
- tag-suffix: "-s390x"
platforms: linux/s390x


steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 5bfcdb6

Please sign in to comment.