File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ function build_release() {
45
45
GOOS=linux GOARCH=ppc64le go build -mod=vendor -ldflags " ${ld_flags} " -o ./kn-linux-ppc64le ./cmd/...
46
46
echo " 🚧 🐳 Building the container image"
47
47
ko resolve ${KO_FLAGS} -f config/ > kn-image-location.yaml
48
- ARTIFACTS_TO_PUBLISH=" kn-darwin-amd64 kn-linux-amd64 kn-linux-arm64 kn-windows-amd64.exe kn-linux-s390x kn-linux-ppc64le kn-image-location.yaml"
48
+ ARTIFACTS_TO_PUBLISH=" kn-darwin-amd64 kn-darwin-arm64 kn- linux-amd64 kn-linux-arm64 kn-windows-amd64.exe kn-linux-s390x kn-linux-ppc64le kn-image-location.yaml"
49
49
sha256sum ${ARTIFACTS_TO_PUBLISH} > checksums.txt
50
50
ARTIFACTS_TO_PUBLISH=" ${ARTIFACTS_TO_PUBLISH} checksums.txt"
51
51
echo " 🧮 Checksum:"
You can’t perform that action at this time.
0 commit comments