Skip to content

Commit 4e09c15

Browse files
authored
[release-0.18] Update hack/release.sh (#1142)
* [release-0.18] Update hack/release.sh no arm build for this backport release * Update date in CHANGELOG
1 parent 0677921 commit 4e09c15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
| https://github.com/knative/client/pull/[#]
1313
////
1414

15-
## v0.18.4 (2020-11-25)
15+
## v0.18.4 (2020-11-26)
1616

1717
[cols="1,10,3", options="header", width="100%"]
1818
|===

hack/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function build_release() {
3939
GOOS=linux GOARCH=s390x go build -mod=vendor -ldflags "${ld_flags}" -o ./kn-linux-s390x ./cmd/...
4040
echo "🚧 🐳 Building the container image"
4141
ko resolve --strict ${KO_FLAGS} -f config/ > kn-image-location.yaml
42-
ARTIFACTS_TO_PUBLISH="kn-darwin-amd64 kn-linux-amd64 kn-linux-arm64 kn-windows-amd64.exe kn-linux-s390x kn-image-location.yaml"
42+
ARTIFACTS_TO_PUBLISH="kn-darwin-amd64 kn-linux-amd64 kn-windows-amd64.exe kn-linux-s390x kn-image-location.yaml"
4343
sha256sum ${ARTIFACTS_TO_PUBLISH} > checksums.txt
4444
ARTIFACTS_TO_PUBLISH="${ARTIFACTS_TO_PUBLISH} checksums.txt"
4545
echo "🧮 Checksum:"

0 commit comments

Comments
 (0)