Skip to content

Commit

Permalink
Add Hyper-V to browser list
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert and baude committed Jun 28, 2023
1 parent 0904700 commit 83b6c69
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 83b6c69

Please sign in to comment.