5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 04:42:00 +08:00

create windows builds

This commit is contained in:
Lea Anthony 2019-04-25 20:12:56 +10:00
parent 4c799bca8f
commit 760e109aab
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

View File

@ -6,6 +6,16 @@ before:
builds:
- env:
- CGO_ENABLED=0
goos:
- windows
- linux
- darwin
goarch:
- 386
- amd64
ignore:
- goos: darwin
goarch: 386
main: ./cmd/wails/main.go
archive:
replacements: