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 4f3f626 commit b486e84Copy full SHA for b486e84
browser_patches/checkout_build_archive_upload.sh
@@ -151,9 +151,7 @@ else
151
exit 1
152
fi
153
154
-# Ability to skip arch checks since as of Dec 8, 2020 github self-hosted runner runs
155
-# under rosetta on Apple Silicon: https://github.com/actions/runner/issues/805
156
-if [[ (-z "${DO_NOT_ENFORCE_ARCH}") && ("$CURRENT_ARCH" != "$EXPECTED_ARCH") ]]; then
+if [[ "$CURRENT_ARCH" != "$EXPECTED_ARCH" ]]; then
157
echo "ERROR: cannot build $BUILD_FLAVOR"
158
echo " -- expected arch: $EXPECTED_ARCH"
159
echo " -- current arch: $CURRENT_ARCH"
0 commit comments