Skip to content

Commit

Permalink
Disable jq by default
Browse files Browse the repository at this point in the history
  • Loading branch information
buger committed Apr 5, 2018
1 parent 72a3f96 commit 2844d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/dist_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ do
done

echo "Building Tyk binaries"
gox -osarch="linux/arm64 linux/amd64 linux/386" -tags 'coprocess grpc jq'
gox -osarch="linux/arm64 linux/amd64 linux/386" -tags 'coprocess grpc'

echo "Building Tyk CP binaries"
export CPBINNAME_LUA=tyk_linux_amd64_lua
Expand Down

0 comments on commit 2844d67

Please sign in to comment.