Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] fix for ARM run-docker-example.sh script
When running the script on an Apple ARM CPU the script didn't correctly figure out that it was running on ARM and started the x86_64 container which runs very slow as this has to be run through the Rosetta emulator. - fixes the pattern match, must use [[]] with == for regex expansion - updated to latest ARMV8 image
- Loading branch information