Skip to content

Commit

Permalink
workflows: disable s390x container builds for release
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <pat@chronosphere.io>
  • Loading branch information
patrick-stephens committed Jan 31, 2025
1 parent 4c4f8c0 commit e2461d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/call-build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ jobs:
- amd64
- arm64
- arm/v7
- s390x
target:
- production
- debug
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/call-test-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: [ linux/amd64, linux/arm64, linux/arm/v7, linux/s390x ]
arch: [ linux/amd64, linux/arm64, linux/arm/v7 ]
include:
# Rather than extract the specific central arch we just provide it
- arch: linux/amd64
Expand All @@ -85,8 +85,6 @@ jobs:
expected: arm64
- arch: linux/arm/v7
expected: arm
- arch: linux/s390x
expected: s390x
steps:
- name: Log in to the Container registry
uses: docker/login-action@v3
Expand Down

0 comments on commit e2461d6

Please sign in to comment.