Skip to content

Commit

Permalink
Remove 390x and ppc64le platforms (nginxinc#1879)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sjberman authored Apr 29, 2024
1 parent a53c5be commit 3e7acfc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 0 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ builds:
goarch:
- amd64
- arm64
- s390x
- ppc64le
flags:
- -trimpath
gcflags:
Expand Down

0 comments on commit 3e7acfc

Please sign in to comment.