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:
12
12
goarch :
13
13
- amd64
14
14
- arm64
15
- - ppc64le
16
- ignore :
17
- - goos : darwin
18
- goarch : ppc64le
19
15
env :
20
16
- CGO_ENABLED=0
21
17
@@ -33,12 +29,6 @@ builds:
33
29
goarch :
34
30
- amd64
35
31
- arm64
36
- - ppc64le
37
- ignore :
38
- - goos : darwin
39
- goarch : ppc64le
40
- - goos : windows
41
- goarch : ppc64le
42
32
env :
43
33
- CGO_ENABLED=0
44
34
@@ -55,12 +45,6 @@ builds:
55
45
goarch :
56
46
- amd64
57
47
- arm64
58
- - ppc64le
59
- ignore :
60
- - goos : darwin
61
- goarch : ppc64le
62
- - goos : windows
63
- goarch : ppc64le
64
48
env :
65
49
- CGO_ENABLED=0
66
50
@@ -77,12 +61,6 @@ builds:
77
61
goarch :
78
62
- amd64
79
63
- arm64
80
- - ppc64le
81
- ignore :
82
- - goos : darwin
83
- goarch : ppc64le
84
- - goos : windows
85
- goarch : ppc64le
86
64
env :
87
65
- CGO_ENABLED=0
88
66
@@ -143,4 +121,4 @@ krews:
143
121
description : |
144
122
KCP create workspace cli plugin for kubectl. Enables you to create KCP workspaces.
145
123
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 38
38
fi
39
39
40
40
repository=ghcr.io/kcp-dev/kcp
41
- architectures=" amd64 arm64 ppc64le "
41
+ architectures=" amd64 arm64"
42
42
43
43
# when building locally, just tag with the current HEAD hash
44
44
version=" $( git rev-parse --short HEAD) "
You can’t perform that action at this time.
0 commit comments