Skip to content

Commit

Permalink
Drop cross-compilation of FreeBSD binary artifacts
Browse files Browse the repository at this point in the history
Drop cross-compilation of FreeBSD binary artifacts

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
GH-83
  • Loading branch information
arcticicestudio committed Oct 12, 2019
1 parent b7de6db commit 37ceafa
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 37ceafa

Please sign in to comment.