diff --git a/magefile.go b/magefile.go index 73d383f9..793b86b7 100644 --- a/magefile.go +++ b/magefile.go @@ -101,6 +101,7 @@ var platforms []Platform = []Platform{ {"darwin", "386", ""}, {"windows", "amd64", ".exe"}, {"windows", "386", ".exe"}, + {"freebsd", "amd64", ""}, } // productName can be overridden by environ product name