Commit 8c48cb3
committed
qemu: upgrade Cortex-A72 to Cortex-A76
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]>1 parent 559ead5 commit 8c48cb3
File tree
3 files changed
+3
-3
lines changed- pkg/limayaml
- templates
- website/content/en/docs/installation
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
| 317 | + | |
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments