Skip to content

Commit

Permalink
Merge pull request coreos#48 from baude/applehv
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon authored Nov 28, 2023
2 parents 4c3bd47 + 4f20d05 commit cda30cc
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 @@ -151,6 +151,9 @@
<li v-if="'aliyun' in build.meta.images">
Aliyun (Alibaba Cloud): <span v-html="getImageUrl(build, 'aliyun')"></span>
</li>
<li v-if="'applehv' in build.meta.images">
Apple Hypervisor: <span v-html="getImageUrl(build, 'applehv')"></span>
</li>
<li v-if="'aws' in build.meta.images">
AWS: <span v-html="getImageUrl(build, 'aws')"></span>
</li>
Expand Down

0 comments on commit cda30cc

Please sign in to comment.