alpine-zdt-images/configs/cloud/aws.conf
Jake Buchholz Göktürk e01e56bfa3 alpine-cloud-images, part one
This is the first MR to replace !125, and contains everything except the new python stuff -- which is part two.
2021-11-07 12:37:56 -08:00

41 lines
522 B
Plaintext

# vim: ts=2 et:
builder = qemu
aws {
s3_bucket = alpine-cloud-images
publish {
access {
PUBLIC = true
# alternately...
#PUBLIC = false
# and/or
#<aws-userid> = true
# ...
}
regions {
ALL = true
# alternately...
#<region> = true
# ...
}
}
}
WHEN {
# Arch
aarch64 {
aws.arch = arm64
}
x86_64 {
aws.arch = x86_64
}
# Firmware
bios {
aws.boot_mode = legacy-bios
}
uefi {
aws.boot_mode = uefi
}
}