Files
os-builder/configs/arm64
T

11 lines
250 B
Plaintext

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