Skip to content

Commit 99e2c92

Browse files
authored
Fix release script to published darwin/arm64 bits (#1427) (#1444)
1 parent 035150e commit 99e2c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function build_release() {
4545
GOOS=linux GOARCH=ppc64le go build -mod=vendor -ldflags "${ld_flags}" -o ./kn-linux-ppc64le ./cmd/...
4646
echo "🚧 🐳 Building the container image"
4747
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"
4949
sha256sum ${ARTIFACTS_TO_PUBLISH} > checksums.txt
5050
ARTIFACTS_TO_PUBLISH="${ARTIFACTS_TO_PUBLISH} checksums.txt"
5151
echo "🧮 Checksum:"

0 commit comments

Comments
 (0)