live-installer: enable aarch64 for fedora

This commit is contained in:
Simon de Vlieger 2023-06-27 13:33:16 +02:00 committed by Tomáš Hozza
parent fce19f9676
commit e7557f6086
5 changed files with 131978 additions and 0 deletions

View file

@ -655,6 +655,7 @@ func newDistro(version int) distro.Distro {
iotOCIImgType,
iotInstallerImgType,
imageInstallerImgType,
liveInstallerImgType,
)
aarch64.addImageTypes(
&platform.Aarch64_IoT{

View file

@ -489,6 +489,7 @@ func TestArchitecture_ListImageTypes(t *testing.T) {
"oci",
"container",
"image-installer",
"live-installer",
"minimal-raw",
},
},

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff