tests(packer): add arch-server and ubuntu 24.04 images.

This commit is contained in:
Alexandre Pujol 2023-11-19 16:09:25 +00:00
parent f0cdadbdaf
commit 3aa07e4d64
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
6 changed files with 167 additions and 2 deletions

View file

@ -14,6 +14,12 @@ boxes:
ram: '6144'
cpu: '6'
- name: arch-server
box: aa-archlinux-server
uefi: false
ram: '6144'
cpu: '6'
- name: ubuntu-desktop
box: aa-ubuntu-desktop
uefi: true
@ -26,6 +32,12 @@ boxes:
ram: '6144'
cpu: '6'
- name: ubuntu-server24
box: aa-ubuntu-server24
uefi: true
ram: '6144'
cpu: '6'
- name: debian-server
box: aa-debian-server
uefi: true