Files
os-builder/configs/arm64
2026-04-03 02:26:38 -07:00

11 lines
254 B
Plaintext

# This builds VesperOS for arm64
ARCH=arm64
# Suffix to append to the image name
#IMG_SUFFIX="-rainier"
# Exports to produce
EXPORTS="stage3:squashfs"
# Weather to export the image with compression (zip, gz, xz) or not (none)
DEPLOY_COMPRESSION="none"