Skip to content

Commit

Permalink
Print binary sha256 in release
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeuw committed Apr 23, 2023
1 parent 59919e5 commit fcb600e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ arch="amd64 386 arm arm64"
pushd cmd/ck-server || exit 1
CGO_ENABLED=0 gox -ldflags "-X main.version=${v}" -os="$os" -arch="$arch" -osarch="$osarch" -output="$output"
mv ck-server-* ../../release
popd
popd

sha256sum release/*

0 comments on commit fcb600e

Please sign in to comment.