Skip to content

Commit

Permalink
[release-0.18] Update hack/release.sh (#1142)
Browse files Browse the repository at this point in the history
* [release-0.18] Update hack/release.sh

 no arm build for this backport release

* Update date in CHANGELOG
  • Loading branch information
navidshaikh authored Nov 26, 2020
1 parent 0677921 commit 4e09c15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
| https://github.com/knative/client/pull/[#]
////

## v0.18.4 (2020-11-25)
## v0.18.4 (2020-11-26)

[cols="1,10,3", options="header", width="100%"]
|===
Expand Down
2 changes: 1 addition & 1 deletion hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function build_release() {
GOOS=linux GOARCH=s390x go build -mod=vendor -ldflags "${ld_flags}" -o ./kn-linux-s390x ./cmd/...
echo "🚧 🐳 Building the container image"
ko resolve --strict ${KO_FLAGS} -f config/ > kn-image-location.yaml
ARTIFACTS_TO_PUBLISH="kn-darwin-amd64 kn-linux-amd64 kn-linux-arm64 kn-windows-amd64.exe kn-linux-s390x kn-image-location.yaml"
ARTIFACTS_TO_PUBLISH="kn-darwin-amd64 kn-linux-amd64 kn-windows-amd64.exe kn-linux-s390x kn-image-location.yaml"
sha256sum ${ARTIFACTS_TO_PUBLISH} > checksums.txt
ARTIFACTS_TO_PUBLISH="${ARTIFACTS_TO_PUBLISH} checksums.txt"
echo "🧮 Checksum:"
Expand Down

0 comments on commit 4e09c15

Please sign in to comment.