You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I added the dhcp feature, I didn't notice that the DHCP library doesn't compile on Windows.
$ GOOS=windows make
go build -ldflags '-s -w -extldflags "-static"' -o bin/gvproxy ./cmd/gvproxy
vendor/github.com/insomniacslk/dhcp/dhcpv4/dhcpv4.go:29:2: build constraints exclude all Go files in /home/guillaumerose/gomod/vpnkit2/vendor/github.com/u-root/u-root/pkg/rand
I hope this package is the only blocker.
The text was updated successfully, but these errors were encountered:
When I added the dhcp feature, I didn't notice that the DHCP library doesn't compile on Windows.
I hope this package is the only blocker.
The text was updated successfully, but these errors were encountered: