tests: add debian-gnome vm image.

This commit is contained in:
Alexandre Pujol 2023-11-13 18:56:15 +00:00
parent f0a2cb3897
commit 5a3dface8e
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
5 changed files with 102 additions and 2 deletions

View file

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