Skip to content

Commit

Permalink
temp: remove s390
Browse files Browse the repository at this point in the history
  • Loading branch information
Stringy committed Apr 15, 2024
1 parent 021e115 commit 29eb0a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/collector-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: [amd64, ppc64le, s390x, arm64]
arch: [amd64, ppc64le, arm64]

env:
PLATFORM: linux/${{ matrix.arch }}
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
contains(github.event.pull_request.labels.*.name, 'run-multiarch-builds'))
env:
COLLECTOR_BUILDER_TAG: ${{ needs.build-builder-image.outputs.collector-builder-tag }}
ARCHS: amd64 ppc64le s390x arm64
ARCHS: amd64 ppc64le arm64

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/collector-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
build-collector-image-remote-vm:
name: Build the collector slim image on a remote VM
runs-on: ubuntu-latest
if: github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'run-multiarch-builds')
if: false
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 29eb0a0

Please sign in to comment.