# 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"