| |
@@ -6,7 +6,7 @@
|
| |
//const baseUrl = 'https://s3.amazonaws.com/fcos-builds/streams'
|
| |
const baseUrl = 'https://builds.coreos.fedoraproject.org/streams'
|
| |
// list of cloud image artifacts
|
| |
- const cloudImages = ['aws', 'azure', 'aliyun', 'digitalocean', 'exoscale', 'gcp', 'openstack', 'packet']
|
| |
+ const cloudImages = ['aws', 'azure', 'aliyun', 'digitalocean', 'exoscale', 'gcp', 'openstack', 'packet', 'vultr']
|
| |
// list of virtualized image artifacts
|
| |
const virtualizedImages = ['openstack', 'qemu', 'virtualbox', 'vmware']
|
| |
// dict of pretty names for platforms, indexed by platform.extension
|
| |
@@ -29,7 +29,8 @@
|
| |
"qemu": "QEMU",
|
| |
"virtualbox": "VirtualBox",
|
| |
"vmware": "VMware",
|
| |
- "openstack": "OpenStack"
|
| |
+ "openstack": "OpenStack",
|
| |
+ "vultr": "Vultr"
|
| |
}
|
| |
// innerText of tab button
|
| |
const tabInnerText = {
|
| |
This is in the stream metadata now. Let's display it.