Files
os-builder/configs/rpi4
T

17 lines
448 B
Plaintext

# Raspberry Pi OS only targets arm64 since the rpi4.
# So VesperOS will also only target arm64 for the rpi4 and up.
# This builds VesperOS for arm64
ARCH=arm64
# This tells the build system we are targetting a raspberry pi
PLATFORM=rpi
# Suffix to append to the image name
IMG_SUFFIX="arm64-rpi"
# Exports to produce
EXPORTS="stage3:squashfs"
# Weather to export the image with compression (zip, gz, xz) or not (none)
DEPLOY_COMPRESSION="none"