wizard: allow the creation of aarch64 images
This commit extends the supported architectures to aarch64. In the image output step (the first one of the wizard) the user is now faced with a new select choices to pickup the architecture they want to build. Now the set of compatible targets to build is dynamically loaded from the backend and the UX changes what's accessible on the fly depending on what's the user has been selected. Refs HMS-1135
This commit is contained in:
parent
d91727bf38
commit
938340b360
8 changed files with 374 additions and 199 deletions
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
.tile {
|
||||
flex: 1 0 0px;
|
||||
max-width: 250px;
|
||||
}
|
||||
|
||||
.pf-c-tile:focus {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue