Skip to content

Commit

Permalink
Add IBM Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymabe committed Sep 28, 2020
1 parent acaa939 commit fb6fe5b
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 @@ -121,6 +121,9 @@
<li v-if="'gcp' in build.meta.images">
GCP: <span v-html="getImageUrl(build, 'gcp')"></span>
</li>
<li v-if="'ibmcloud' in build.meta.images">
IBM Cloud: <span v-html="getImageUrl(build, 'ibmcloud')"></span>
</li>
<li v-if="'iso' in build.meta.images">
Installer ISO: <span v-html="getImageUrl(build, 'iso')"></span>
</li>
Expand Down

0 comments on commit fb6fe5b

Please sign in to comment.