We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fcd9b2 commit f128d04Copy full SHA for f128d04
hack/release.sh
@@ -42,7 +42,7 @@ function build_release() {
42
echo "🚧 🐳 Building the container image"
43
ko resolve --strict ${KO_FLAGS} -f config/ > kn-image-location.yaml
44
ARTIFACTS_TO_PUBLISH="kn-darwin-amd64 kn-linux-amd64 kn-linux-arm64 kn-windows-amd64.exe kn-linux-s390x kn-image-location.yaml"
45
- sha256sum "${ARTIFACTS_TO_PUBLISH}" > checksums.txt
+ sha256sum ${ARTIFACTS_TO_PUBLISH} > checksums.txt
46
ARTIFACTS_TO_PUBLISH="${ARTIFACTS_TO_PUBLISH} checksums.txt"
47
echo "🧮 Checksum:"
48
cat checksums.txt
0 commit comments