mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-06 14:07:39 +03:00
ci: xgo does not support freebsd targets
This commit is contained in:
parent
21382fe39c
commit
a2ab9e0425
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-master.yml
vendored
2
.github/workflows/build-master.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
go_version: 1.18
|
||||
dest: dist
|
||||
prefix: hysteria
|
||||
targets: linux/amd64,linux/386,linux/arm-5,linux/arm-7,linux/arm64,linux/s390x,linux/mipsle,darwin-10.12/amd64,darwin-10.12/arm64,windows-6.0/amd64,windows-6.0/386,freebsd/amd64,freebsd/386,freebsd/arm,freebsd/arm64
|
||||
targets: linux/amd64,linux/386,linux/arm-5,linux/arm-7,linux/arm64,linux/s390x,linux/mipsle,darwin-10.12/amd64,darwin-10.12/arm64,windows-6.0/amd64,windows-6.0/386
|
||||
ldflags: -w -s -X main.appCommit=${{ github.sha }} -X main.appDate=${{ env.TIME }}
|
||||
pkg: cmd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue