mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 04:27:39 +03:00
chore(docker): add build flag
add build flag Signed-off-by: mritd <mritd@linux.com>
This commit is contained in:
parent
a1515b1943
commit
6942ae271c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ RUN set -ex \
|
|||
&& export VERSION=$(git describe --tags) \
|
||||
&& export COMMIT=$(git rev-parse HEAD) \
|
||||
&& export TIMESTAMP=$(date "+%F %T") \
|
||||
&& go build -o /go/bin/hysteria -ldflags \
|
||||
&& go build -trimpath -o /go/bin/hysteria -ldflags \
|
||||
"-w -s -X 'main.appVersion=${VERSION}' \
|
||||
-X 'main.appCommit=${COMMIT}' \
|
||||
-X 'main.appDate=${TIMESTAMP}'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue