build for Windows

pull/68/head
Chris Xiao 4 years ago
parent 3bc091f826
commit afec0cb75d
No known key found for this signature in database
GPG Key ID: BDBC919B80F8AF7D

@ -22,6 +22,7 @@ var targets = map[string][]string{
"linux": {"386", "amd64", "arm", "arm64"},
"netbsd": {"386", "amd64"},
"openbsd": {"386", "amd64"},
"windows": {"386", "amd64"},
}
type buildOptions struct {

Loading…
Cancel
Save