Skip to content

Commit

Permalink
tmp commenting out bsd
Browse files Browse the repository at this point in the history
  • Loading branch information
odino committed Jan 26, 2019
1 parent 591b031 commit 05f6fdb
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions scripts/release.abs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@
# "dragonfly/amd64"
# "android/arm"
# "solaris/amd64"

# freebsd and netbsd can be easily
# built, but we opt to keep them
# out as the userbase doesn't seem
# to be there.
#
# "freebsd/386",
# "freebsd/amd64",
# "freebsd/arm",
# "netbsd/386",
# "netbsd/amd64",
# "netbsd/arm"

platforms = [
"linux/386",
"linux/amd64",
Expand All @@ -28,13 +41,7 @@ platforms = [
"windows/amd64",
"windows/386",
"darwin/amd64",
"darwin/386",
"freebsd/386",
"freebsd/amd64",
"freebsd/arm",
"netbsd/386",
"netbsd/amd64",
"netbsd/arm"
"darwin/386"
]

echo("Deleting previous builds...")
Expand Down

0 comments on commit 05f6fdb

Please sign in to comment.