Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⚠️ Stop building artefacts for ppc64le #3211

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions .github/workflows/ci-docs-only.yaml

This file was deleted.

75 changes: 0 additions & 75 deletions .github/workflows/e2e-ci-ppc64le.yml

This file was deleted.

24 changes: 1 addition & 23 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ builds:
goarch:
- amd64
- arm64
- ppc64le
ignore:
- goos: darwin
goarch: ppc64le
env:
- CGO_ENABLED=0

Expand All @@ -33,12 +29,6 @@ builds:
goarch:
- amd64
- arm64
- ppc64le
ignore:
- goos: darwin
goarch: ppc64le
- goos: windows
goarch: ppc64le
env:
- CGO_ENABLED=0

Expand All @@ -55,12 +45,6 @@ builds:
goarch:
- amd64
- arm64
- ppc64le
ignore:
- goos: darwin
goarch: ppc64le
- goos: windows
goarch: ppc64le
env:
- CGO_ENABLED=0

Expand All @@ -77,12 +61,6 @@ builds:
goarch:
- amd64
- arm64
- ppc64le
ignore:
- goos: darwin
goarch: ppc64le
- goos: windows
goarch: ppc64le
env:
- CGO_ENABLED=0

Expand Down Expand Up @@ -143,4 +121,4 @@ krews:
description: |
KCP create workspace cli plugin for kubectl. Enables you to create KCP workspaces.
short_description: "KCP create workspace cli plugin for kubectl."
skip_upload: auto
skip_upload: auto
2 changes: 1 addition & 1 deletion hack/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ EOF
fi

repository=ghcr.io/kcp-dev/kcp
architectures="amd64 arm64 ppc64le"
architectures="amd64 arm64"

# when building locally, just tag with the current HEAD hash
version="$(git rev-parse --short HEAD)"
Expand Down
Loading