Use local legacy compiler

This commit is contained in:
世界 2024-03-19 13:02:56 +08:00
parent a7338fdc2b
commit 59d437b9d2
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4

View File

@ -48,8 +48,8 @@ builds:
- with_clash_api - with_clash_api
env: env:
- CGO_ENABLED=0 - CGO_ENABLED=0
- GOROOT=/nix/store/cpfvjwc7d5hai3iar78h86iwnvgppjrg-go-1.20.14/share/go - GOROOT={{ .Env.GOPATH }}/go1.20.14
gobinary: /nix/store/cpfvjwc7d5hai3iar78h86iwnvgppjrg-go-1.20.14/bin/go gobinary: "{{ .Env.GOPATH }}/go1.20.14/bin/go"
targets: targets:
- windows_amd64_v1 - windows_amd64_v1
- windows_386 - windows_386