diff --git a/magefile.go b/magefile.go index 27d16a3..f3b638b 100644 --- a/magefile.go +++ b/magefile.go @@ -75,7 +75,6 @@ var ( // Also see the source of the `build` command: https://github.com/golang/go/blob/master/src/cmd/dist/build.go crossCompileTargetPlatforms = []string{ "darwin/amd64", - "freebsd/amd64", "linux/amd64", "windows/amd64", }