Skip to content

Commit

Permalink
Adding no_chai to arm build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Jan 3, 2024
1 parent 4e091ae commit c94b101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -102,7 +102,7 @@ if [[ "$PLATFORM" == "linux" && "$ARCH" != "$GOARCH" ]]; then
esac
LDARCH=$CARCH
if [[ "$ARCH" == "arm" ]]; then
TAGS+=(no_netezza)
TAGS+=(no_netezza no_chai)
if [ -d /usr/arm-linux-$GNUTYPE ]; then
LDARCH=arm
elif [ -d /usr/arm-none-linux-$GNUTYPE ]; then
Expand Down

0 comments on commit c94b101

Please sign in to comment.