Skip to content

Commit

Permalink
HyperV added to browser list
Browse files Browse the repository at this point in the history
Supports:
  * coreos/fedora-coreos-tracker#1411
  * coreos/fedora-coreos-tracker#1424

Signed-off-by: Brent Baude <bbaude@redhat.com>
  • Loading branch information
baude committed Feb 17, 2023
1 parent f6d4e8e commit 1482236
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 @@ -172,6 +172,9 @@
<li v-if="'gcp' in build.meta.images">
GCP: <span v-html="getImageUrl(build, 'gcp')"></span>
</li>
<li v-if="'hyperv' in build.meta.images">
HyperV: <span v-html="getImageUrl(build, 'hyperv')"></span>
</li>
<li v-if="'ibmcloud' in build.meta.images">
IBM Cloud: <span v-html="getImageUrl(build, 'ibmcloud')"></span>
</li>
Expand Down

0 comments on commit 1482236

Please sign in to comment.