gokrazy{,/natlabapp.arm64}: start adding arm64 appliance support

Both for Raspberry Pis, and for running natlab tests faster on Apple
Silicon Macs without emulating x86.

Not fully wired up yet.

Updates #1866
Updates #13038

Change-Id: I1552bf107069308f325f640773cc881ed735b5ab
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
Brad Fitzpatrick
2024-09-03 09:12:34 -07:00
committed by Brad Fitzpatrick
parent 65fe0ba7b5
commit 20cf48b8dd
16 changed files with 392 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
# NATLab Linux test Appliance
This is the definition of the NATLab Linux test appliance image.
It's similar to ../tsapp, but optimized for running in qemu in NATLab.
See ../tsapp/README.md for more info.