Skip to content

Commit afa4546

Browse files
committed
fix [
1 parent 9085b0b commit afa4546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/c/h3-java/build-h3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ for image in $DOCKCROSS_IMAGES; do
197197
BUILD_ROOT=target/h3-java-build-$image
198198
mkdir -p $BUILD_ROOT
199199
# Handle dockcross images built for more than one host architecture
200-
if [ $image -eq "linux-arm64" ]; then
200+
if [ "$image" = "linux-arm64" ]; then
201201
CURRENT_DOCKCROSS_TAG="$DOCKCROSS_TAG-amd64"
202202
else
203203
CURRENT_DOCKCROSS_TAG="$DOCKCROSS_TAG"

0 commit comments

Comments
 (0)