From 3e7acfcfa80d1611afdc6844936eaa51755edc29 Mon Sep 17 00:00:00 2001 From: Saylor Berman Date: Mon, 29 Apr 2024 08:59:37 -0600 Subject: [PATCH] Remove 390x and ppc64le platforms (#1879) Problem: The new otel_module we are introducing is not supported on these platforms, and as of right now we have no feedback that users actually use the platforms. Solution: Remove support for now until we know that we need it. --- .github/workflows/ci.yml | 2 +- .goreleaser.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ab3a344a..56d793168 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -172,7 +172,7 @@ jobs: fail-fast: false matrix: image: [ngf, nginx] - platforms: ["linux/arm64, linux/amd64, linux/s390x, linux/ppc64le"] + platforms: ["linux/arm64, linux/amd64"] uses: ./.github/workflows/build.yml with: image: ${{ matrix.image }} diff --git a/.goreleaser.yml b/.goreleaser.yml index 86c1d5671..117e2ac3e 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -8,8 +8,6 @@ builds: goarch: - amd64 - arm64 - - s390x - - ppc64le flags: - -trimpath gcflags: