Skip to content

Commit

Permalink
Add the KubeVirt ociarchive artifact to the browser
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Mohr <rmohr@redhat.com>
  • Loading branch information
rmohr committed Apr 13, 2022
1 parent 81499a8 commit 5dd736c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@
<li v-if="'initramfs' in build.meta.images">
Installer Initramfs: <span v-html="getImageUrl(build, 'initramfs')"></span>
</li>
<li v-if="'kubevirt' in build.meta.images">
KubeVirt: <span v-html="getImageUrl(build, 'kubevirt')"></span>
</li>
<li v-if="'live-iso' in build.meta.images">
Live ISO: <span v-html="getImageUrl(build, 'live-iso')"></span>
</li>
Expand Down

0 comments on commit 5dd736c

Please sign in to comment.