test(packer): add image for opensuse & some cleanup.

This commit is contained in:
Alexandre Pujol 2023-04-30 16:26:16 +01:00
parent 46165fe58f
commit 9731a09588
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
5 changed files with 112 additions and 13 deletions

View file

@ -7,6 +7,8 @@ build {
sources = [
"source.qemu.archlinux-gnome",
"source.qemu.archlinux-kde",
"source.qemu.debian-server",
"source.qemu.opensuse-kde",
"source.qemu.ubuntu-server",
]
@ -22,7 +24,7 @@ build {
}
provisioner "file" {
only = ["qemu.ubuntu-server", "qemu.ubuntu-desktop"]
only = ["qemu.debian-server", "qemu.ubuntu-server", "qemu.ubuntu-desktop"]
destination = "/tmp/src/"
sources = ["${path.cwd}/../apparmor.d_${var.version}_all.deb"]
}