Browse Source

fix: build for windows

pull/6/head
halwu(吴浩麟) 8 years ago
parent
commit
89e130c784
  1. 11
      goreleaser.yml

11
goreleaser.yml

@ -1,2 +1,11 @@ @@ -1,2 +1,11 @@
build:
binary: livego
binary: livego
goos:
- windows
- darwin
- linux
- freebsd
goarch:
- amd64
- arm
- arm64
Loading…
Cancel
Save