commit 8b02109699a015ee46a74a4510eb95bda3e50f4b
parent fd4db54c2cc0060f1ce9eb8d8b7cf4172ace2b31
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Sat, 29 Nov 2025 10:39:04 +0100
feat(mariadb): use amd64 debian trixie
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mariadb-lxc.pkr.hcl b/mariadb-lxc.pkr.hcl
@@ -33,7 +33,7 @@ variable "mysql_root_password" {
source "lxc" "mariadb" {
config_file = "config/lxc-config"
template_name = "download"
- template_parameters = ["--dist", "Debian_by_maurer", "--release", "Bookworm", "--arch", "armv7l"]
+ template_parameters = ["--dist", "debian", "--release", "trixie", "--arch", "amd64"]
}
build {