eldadru / ksniff

Kubectl plugin to ease sniffing on kubernetes pods using tcpdump and wireshark
Apache License 2.0
3.13k stars 186 forks source link

Add cgo resolver CGO_ENABLED for darwin builds #142

Closed fragpit closed 2 years ago

fragpit commented 2 years ago

Allow /etc/resolver/* configuration files when building for OSX

https://github.com/golang/go/issues/12524

bostrt commented 2 years ago

@fenngwd can I ask you to help review this PR? I'm sure this change is fine, its just that my knowledge of cross-building is limited.

fenngwd commented 2 years ago

LGTM.