Skip to content

Commit 2467b59

Browse files
kcp-ci-botmjudeikis
authored andcommitted
Merge pull request #3211 from embik/remove-ppc64le
⚠️ Stop building artefacts for ppc64le
1 parent 50e8196 commit 2467b59

File tree

4 files changed

+2
-126
lines changed

4 files changed

+2
-126
lines changed

.github/workflows/ci-docs-only.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/e2e-ci-ppc64le.yml

Lines changed: 0 additions & 75 deletions
This file was deleted.

.goreleaser.yaml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ builds:
1212
goarch:
1313
- amd64
1414
- arm64
15-
- ppc64le
16-
ignore:
17-
- goos: darwin
18-
goarch: ppc64le
1915
env:
2016
- CGO_ENABLED=0
2117

@@ -33,12 +29,6 @@ builds:
3329
goarch:
3430
- amd64
3531
- arm64
36-
- ppc64le
37-
ignore:
38-
- goos: darwin
39-
goarch: ppc64le
40-
- goos: windows
41-
goarch: ppc64le
4232
env:
4333
- CGO_ENABLED=0
4434

@@ -55,12 +45,6 @@ builds:
5545
goarch:
5646
- amd64
5747
- arm64
58-
- ppc64le
59-
ignore:
60-
- goos: darwin
61-
goarch: ppc64le
62-
- goos: windows
63-
goarch: ppc64le
6448
env:
6549
- CGO_ENABLED=0
6650

@@ -77,12 +61,6 @@ builds:
7761
goarch:
7862
- amd64
7963
- arm64
80-
- ppc64le
81-
ignore:
82-
- goos: darwin
83-
goarch: ppc64le
84-
- goos: windows
85-
goarch: ppc64le
8664
env:
8765
- CGO_ENABLED=0
8866

@@ -143,4 +121,4 @@ krews:
143121
description: |
144122
KCP create workspace cli plugin for kubectl. Enables you to create KCP workspaces.
145123
short_description: "KCP create workspace cli plugin for kubectl."
146-
skip_upload: auto
124+
skip_upload: auto

hack/build-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ EOF
3838
fi
3939

4040
repository=ghcr.io/kcp-dev/kcp
41-
architectures="amd64 arm64 ppc64le"
41+
architectures="amd64 arm64"
4242

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

0 commit comments

Comments
 (0)