forked from security/hakurei
dist: include target in filename
Backport patch will be removed in the next release. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2
dist/release.sh
vendored
2
dist/release.sh
vendored
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
cd "$(dirname -- "$0")/.."
|
||||
VERSION="${HAKUREI_VERSION:-untagged}"
|
||||
pname="hakurei-${VERSION}"
|
||||
pname="hakurei-${VERSION}-$(go env GOARCH)"
|
||||
out="${DESTDIR:-dist}/${pname}"
|
||||
|
||||
echo '# Preparing distribution files.'
|
||||
|
||||
Reference in New Issue
Block a user