build for Windows

This commit is contained in:
Chris Xiao
2021-04-28 13:04:42 -04:00
parent 3bc091f826
commit afec0cb75d

View File

@@ -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 {