Skip to content

Commit

Permalink
Merge pull request kcp-dev#3211 from embik/remove-ppc64le
Browse files Browse the repository at this point in the history
⚠️ Stop building artefacts for ppc64le
  • Loading branch information
kcp-ci-bot authored and mjudeikis committed Dec 11, 2024
1 parent 50e8196 commit 2467b59
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 126 deletions.
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

0 comments on commit 2467b59

Please sign in to comment.