manifests: add example metal4k disk image for Fedora CoreOS

The created disk image would be written to 4k native disks.
This commit is contained in:
Dusty Mabe 2023-11-21 22:11:57 -05:00 committed by Simon de Vlieger
parent 28c2772d42
commit 5ad3f968e1
3 changed files with 466 additions and 0 deletions

View file

@ -100,6 +100,9 @@ def run_tests(args, tmpdir):
},
"metal": {
"artifact": "metal.raw"
},
"metal4k": {
"artifact": "metal4k.raw"
}
},
}