Browse Source

goreleaser 支持静态编译,这样理论上无需安装额外的支持库,Windows 测试通过

Signed-off-by: allan716 <[email protected]>
allan716 3 years ago
parent
commit
cd75a68713
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .goreleaser-ChineseSubFinder.yml

+ 1 - 1
.goreleaser-ChineseSubFinder.yml

@@ -31,7 +31,7 @@ builds:
       - amd64
     main: ./cmd/chinesesubfinder/main.go
     ldflags:
-      - -s -w -X main.AppVersion=v{{.Version}}
+      - -s -w --extldflags "-static -fpic" -X main.AppVersion=v{{.Version}}
 
 
 archives: