Skip to content

Commit 3bb0b89

Browse files
Drop cross-compilation of FreeBSD binary artifacts (#84)
There were too many compatibility problems with some dependencies due to native bindings. Therefore only builds for the main OS and architectures (Linux, macOS and Windows) are compiled for now which covers almost all users. Epic GH-33 Resolves GH-83
1 parent b7de6db commit 3bb0b89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

magefile.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ var (
7575
// Also see the source of the `build` command: https://github.com/golang/go/blob/master/src/cmd/dist/build.go
7676
crossCompileTargetPlatforms = []string{
7777
"darwin/amd64",
78-
"freebsd/amd64",
7978
"linux/amd64",
8079
"windows/amd64",
8180
}

0 commit comments

Comments
 (0)