11 lines
254 B
Plaintext
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" |