Skip to content

Commit

Permalink
Restrict compilation rules
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-lashin committed Dec 6, 2018
1 parent b6e4d6c commit 8ef24d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/dist.sh
Expand Up @@ -24,8 +24,8 @@ GIT_COMMIT="$(git rev-parse --short=8 HEAD)"
GIT_IMPORT="github.com/MinterTeam/minter-go-node/version"

# Determine the arch/os combos we're building for
XC_ARCH=${XC_ARCH:-"386 amd64 arm"}
XC_OS=${XC_OS:-"solaris darwin freebsd linux windows"}
XC_ARCH=${XC_ARCH:-"amd64"}
XC_OS=${XC_OS:-"darwin linux windows"}
XC_EXCLUDE=${XC_EXCLUDE:-" darwin/arm solaris/amd64 solaris/386 solaris/arm freebsd/amd64 windows/arm "}

# Make sure build tools are available.
Expand Down

0 comments on commit 8ef24d2

Please sign in to comment.