You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cortex-A76 supports ARMv8.2-A, while Cortex-A72 only supports ARMv8-A.
ARMv8-A is not enough to run AmazonLinux 2023:
```
$ docker run -it --rm public.ecr.aws/amazonlinux/amazonlinux:2023
Fatal glibc error: This version of Amazon Linux requires a newer ARM64 processor
compliant with at least ARM architecture 8.2-a with Cryptographic
extensions. On EC2 this is Graviton 2 or later.
```
Cortex-A76 is available since QEMU 7.1 (Aug 2022).
Signed-off-by: Akihiro Suda <[email protected]>
0 commit comments