amd64 reduce image size to 27GB (#4855)

This commit is contained in:
openoms 2024-12-03 21:22:22 +01:00 committed by GitHub
parent 360afc810b
commit b9f7388d87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ variable "boot" { default = "uefi" }
variable "preseed_file" { default = "preseed.cfg" }
variable "hostname" { default = "raspiblitz-amd64" }
variable "disk_size" { default = "30000" }
variable "disk_size" { default = "27000" }
variable "memory" { default = "4096" }
variable "cpus" { default = "4" }