Skip to content

Commit bda9d58

Browse files
committed
release: Fix linux build
1 parent a308cbd commit bda9d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
set -xeuo pipefail
9393
mkdir -p dist
9494
go build -v -trimpath -o dist/sing-box -tags "${BUILD_TAGS}" \
95-
-ldflags '-s -buildid= -X github.com/sagernet/sing-box/constant.Version=${{ needs.calculate_version.outputs.version }}' \
95+
-ldflags '-s -buildid= -X github.com/sagernet/sing-box/constant.Version=${{ needs.calculate_version.outputs.version }} -checklinkname=0' \
9696
./cmd/sing-box
9797
env:
9898
CGO_ENABLED: "0"

0 commit comments

Comments
 (0)