commit 67e50f4

hovercats  ·  2025-01-11 23:55:22 +0000 UTC
parent 353fb5c
github-cli: disable vcs
2 files changed,  +2, -1
+1, -0
1@@ -6,6 +6,7 @@ export GO111MODULE=on
2 CGO_ENABLED=0 go build -a -ldflags="-w -s -extldflags '-static'"\
3     -modcacherw \
4     -trimpath \
5+    -buildvcs=false \
6     ./cmd/gh
7 
8 install -Dm755 gh "$1/usr/bin/gh"
+1, -1
1@@ -1 +1 @@
2-2.55.0 2
3+2.55.0 3