Skip to content

Commit 0f43867

Browse files
committed
support cosa buildextend-nvidiabluefield
I had planned not to add this legacy symlink because this is a net new artifact nothing should be using it, but there is logic today [1] that attempts to distinguish between "stable" and "experimental" osbuild artifacts based on the symlink. For now I think we should keep that logic around because there are still a few artifacts that don't use OSBuild. [1] https://github.com/coreos/fedora-coreos-pipeline/blob/0266a4a14b3c9f947255cc5284d399dec4077f03/utils.groovy#L470-L495
1 parent 9467ee2 commit 0f43867

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

cmd/coreos-assembler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
// commands we'd expect to use in the local dev path
1515
var buildCommands = []string{"init", "fetch", "build", "osbuild", "run", "prune", "clean", "list"}
1616
var advancedBuildCommands = []string{"import", "buildfetch", "buildupload", "oc-adm-release", "push-container"}
17-
var buildextendCommands = []string{"aliyun", "applehv", "aws", "azure", "digitalocean", "exoscale", "gcp", "hyperv", "ibmcloud", "kubevirt", "live", "metal", "metal4k", "nutanix", "openstack", "oraclecloud", "qemu", "secex", "virtualbox", "vmware", "vultr"}
17+
var buildextendCommands = []string{"aliyun", "applehv", "aws", "azure", "digitalocean", "exoscale", "gcp", "hyperv", "ibmcloud", "kubevirt", "live", "metal", "metal4k", "nutanix", "nvidiabluefield", "openstack", "oraclecloud", "qemu", "secex", "virtualbox", "vmware", "vultr"}
1818

1919
var utilityCommands = []string{"aws-replicate", "coreos-prune", "compress", "copy-container", "diff", "koji-upload", "kola", "push-container-manifest", "remote-build-container", "remote-session", "sign", "tag", "update-variant"}
2020
var otherCommands = []string{"shell", "meta"}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./cmd-osbuild

0 commit comments

Comments
 (0)