Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In #45, we added builds for arm64, but windows build was broken. ``` $ GOOS=windows GOARCH=arm64 go build -o tmp/tfschema_windows_arm64 # golang.org/x/sys/windows ../../../../pkg/mod/golang.org/x/sys@v0.0.0-20201119102817-f84b799fce68/windows/types_windows.go:1597:24: undefined: JOBOBJECT_BASIC_LIMIT_INFORMATION ../../../../pkg/mod/golang.org/x/sys@v0.0.0-20201119102817-f84b799fce68/windows/zsyscall_windows.go:2911:38: undefined: WSAData ../../../../pkg/mod/golang.org/x/sys@v0.0.0-20201119102817-f84b799fce68/windows/zsyscall_windows.go:2987:51: undefined: Servent ../../../../pkg/mod/golang.org/x/sys@v0.0.0-20201119102817-f84b799fce68/windows/zsyscall_windows.go:3001:50: undefined: Servent ``` ``` $ go get -u golang.org/x/sys ```
- Loading branch information