From c94b101bcba0d7f47b96bef4d8cb023057df5af5 Mon Sep 17 00:00:00 2001 From: Kenneth Shaw Date: Wed, 3 Jan 2024 21:03:05 +0700 Subject: [PATCH] Adding no_chai to arm build tags --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 9f9b5032411..9d68bf98cb8 100755 --- a/build.sh +++ b/build.sh @@ -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