Skip to content

Commit e2461d6

Browse files
workflows: disable s390x container builds for release
Signed-off-by: Patrick Stephens <pat@chronosphere.io>
1 parent 4c4f8c0 commit e2461d6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/call-build-images.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ jobs:
8585
- amd64
8686
- arm64
8787
- arm/v7
88-
- s390x
8988
target:
9089
- production
9190
- debug

.github/workflows/call-test-images.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
strategy:
7777
fail-fast: false
7878
matrix:
79-
arch: [ linux/amd64, linux/arm64, linux/arm/v7, linux/s390x ]
79+
arch: [ linux/amd64, linux/arm64, linux/arm/v7 ]
8080
include:
8181
# Rather than extract the specific central arch we just provide it
8282
- arch: linux/amd64
@@ -85,8 +85,6 @@ jobs:
8585
expected: arm64
8686
- arch: linux/arm/v7
8787
expected: arm
88-
- arch: linux/s390x
89-
expected: s390x
9088
steps:
9189
- name: Log in to the Container registry
9290
uses: docker/login-action@v3

0 commit comments

Comments
 (0)