weldr: add vmware upload target to api
Extend Weldr API to allow user to specify option to upload built image to VMWare, makes use of previously define upload target.
This commit is contained in:
parent
1a81489ef1
commit
08cfc08805
3 changed files with 41 additions and 8 deletions
|
|
@ -12,6 +12,6 @@ type VMWareTargetOptions struct {
|
|||
|
||||
func (VMWareTargetOptions) isTargetOptions() {}
|
||||
|
||||
func NewVMWareTarget(options *VMWareTargetOptions) *Target{
|
||||
func NewVMWareTarget(options *VMWareTargetOptions) *Target {
|
||||
return newTarget("org.osbuild.vmware", options)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue