Skip to content

Commit

Permalink
cmd-generate-release-meta: add hyperv to platform list
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert committed Jul 25, 2023
1 parent 698a1ea commit 222404d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd-generate-release-meta
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def append_build(out, input_):
# build the architectures dict
arch_dict = {"media": {}}
ensure_dup(input_, arch_dict, "ostree-commit", "commit")
platforms = ["aliyun", "aws", "azure", "azurestack", "digitalocean", "exoscale", "gcp", "ibmcloud", "kubevirt", "metal", "nutanix", "openstack", "powervs", "qemu", "virtualbox", "vmware", "vultr", "qemu-secex"]
platforms = ["aliyun", "aws", "azure", "azurestack", "digitalocean", "exoscale", "gcp", "hyperv", "ibmcloud", "kubevirt", "metal", "nutanix", "openstack", "powervs", "qemu", "virtualbox", "vmware", "vultr", "qemu-secex"]
for platform in platforms:
if input_.get("images", {}).get(platform, None) is not None:
print(f" - {platform}")
Expand Down

0 comments on commit 222404d

Please sign in to comment.