Skip to content

Commit

Permalink
Drop cross-compilation of FreeBSD binary artifacts (#84)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
arcticicestudio authored Oct 12, 2019
1 parent b7de6db commit 3bb0b89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
Expand Down

0 comments on commit 3bb0b89

Please sign in to comment.