File tree Expand file tree Collapse file tree 4 files changed +2
-126
lines changed
Expand file tree Collapse file tree 4 files changed +2
-126
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 3838fi
3939
4040repository=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
4444version=" $( git rev-parse --short HEAD) "
You can’t perform that action at this time.
0 commit comments