| OS/Arch | Arch | Architecture |
|---|---|---|
linux/loong64 | loong64 | loongarch64 |
通过 Docker 快速部署
# Set up QEMU
docker run --privileged --rm tonistiigi/binfmt --install all
# Alpine
docker run --rm --platform linux/loong64 -it ghcr.io/loong64/alpine:3.22 sh
# Debian
docker run --rm --platform linux/loong64 -it ghcr.io/loong64/debian:trixie-slim bash
或通过 Linux 操作系统启动
| Name | Description |
|---|---|
| alpine-standard-3.22.0-loongarch64.iso | Alpine as it was intended. Just enough to get you started. |
| debian-12.0.0-loong64-NETINST-1.iso | contains installer images for the non-release "ports" architectures. |