aboutsummaryrefslogtreecommitdiffhomepage
path: root/dist
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-08 16:03:41 +0900
committerOphestra <cat@gensokyo.uk>2026-02-08 16:03:41 +0900
commitc4f64f7606f1779f3939b40c7193b70415f102e5 (patch)
tree9c8912bd14ab74e6b1091b5c0ad30934176515f4 /dist
parenta9e2a5e59f667dcccda3cd508d30745dbb19c724 (diff)
dist: include target in filename
Backport patch will be removed in the next release. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'dist')
-rwxr-xr-xdist/release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/release.sh b/dist/release.sh
index 0ba91047..2990ee18 100755
--- a/dist/release.sh
+++ b/dist/release.sh
@@ -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.'