diff --git a/pkg/proc/native/support_sentinel.go b/pkg/proc/native/support_sentinel.go new file mode 100644 index 00000000..826a021f --- /dev/null +++ b/pkg/proc/native/support_sentinel.go @@ -0,0 +1,5 @@ +// This file is used to detect build on unsupported GOOS/GOARCH combinations. + +//+build !linux,!darwin,!windows,!freebsd linux,!amd64,!arm64 darwin,!amd64 windows,!amd64 freebsd,!amd64 + +package your_operating_system_and_architecture_combination_is_not_supported_by_delve