We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9085b0b commit afa4546Copy full SHA for afa4546
src/main/c/h3-java/build-h3.sh
@@ -197,7 +197,7 @@ for image in $DOCKCROSS_IMAGES; do
197
BUILD_ROOT=target/h3-java-build-$image
198
mkdir -p $BUILD_ROOT
199
# Handle dockcross images built for more than one host architecture
200
- if [ $image -eq "linux-arm64" ]; then
+ if [ "$image" = "linux-arm64" ]; then
201
CURRENT_DOCKCROSS_TAG="$DOCKCROSS_TAG-amd64"
202
else
203
CURRENT_DOCKCROSS_TAG="$DOCKCROSS_TAG"
0 commit comments