Skip to content

Commit 103a9e4

Browse files
authored
Merge pull request #2315 from afbjorklund/cputype-riscv64
Document the cpuType default for riscv64
2 parents 05ed151 + 78151b7 commit 103a9e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/default.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ cpuType:
259259
armv7l: null
260260
# 🟢 Builtin default: "qemu64" (or "host,-pdpe1gb" when running on x86_64 host)
261261
x86_64: null
262+
# 🟢 Builtin default: "rv64" (or "host" when running on riscv64 host)
263+
riscv64: null
262264

263265
rosetta:
264266
# Enable Rosetta for Linux (EXPERIMENTAL).

0 commit comments

Comments
 (0)