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 33dbbf0 commit a3c69f6Copy full SHA for a3c69f6
ci/build.sh
@@ -91,7 +91,7 @@ docker run --rm \
91
# outside CI environments, we use APPIMAGE_EXTRACT_AND_RUN instead, which is safer, but gives less meaningful results
92
# note: FUSE and QEMU don't like each other, so if we're running in emulated mode, we can't run these tests
93
# therefore, by default, on ARM, these tests are not run
94
-if [[ "$ARCH" == "arm"* ]] || [[ "$ARCH" == "aarch"* ]]; then
+if [[ "$ARCH" != "arm"* ]] && [[ "$ARCH" != "aarch"* ]]; then
95
docker_test_opts=("${common_docker_opts[@]}")
96
97
if [[ "$CI" != "" ]]; then
0 commit comments