tests(packer): add arch-server and ubuntu 24.04 images.
This commit is contained in:
parent
f0cdadbdaf
commit
3aa07e4d64
6 changed files with 167 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue