Skip to content

Commit

Permalink
Merge pull request coreos#45 from baude/hyperv
Browse files Browse the repository at this point in the history
HyperV added to browser list
  • Loading branch information
dustymabe authored Jun 28, 2023
2 parents 0904700 + 83b6c69 commit 4c3bd47
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">
Hyper-V: <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 4c3bd47

Please sign in to comment.