Open
Description
There might be issues with running local debugging on macOS 11 Big Sur on M1 arm chips.
aio app run --local --verbose
.
Double check if you have the M1 chip: run aio info
.
Local debugging requirements:
node.js
(should run under Rosetta 2, native binary pending: Apple silicon builds nodejs/build#2474)
2.java JRE
(should run under Rosetta 2, native binary pending: https://bugs.openjdk.java.net/browse/JDK-8251280)Docker
. will not run yet. See Docker fails to launch on Apple Silicon docker/for-mac#4733. A comment mentioned "it's months away", so realistically perhaps 1Q 2021.
Because Docker won't run on Apple Silicon during the launch of the Apple machines with the M1 chip, local debugging won't work until Docker creates a new release fixing the issue.