koji: use none container arch in CGImport metadata
osbuild runs directly on the host, there's no intermediate container, therefore we should set the container type to none. As suggested by Brew maintainers Tomáš Kopeček and Lubomír Sedlář.
This commit is contained in:
parent
a0832d22e0
commit
b2ed59c385
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ func RunJob(job worker.Job, store string, kojiServers map[string]koji.GSSAPICred
|
|||
Version: "1",
|
||||
},
|
||||
Container: koji.Container{
|
||||
Type: "nspawn",
|
||||
Type: "none",
|
||||
Arch: common.CurrentArch(),
|
||||
},
|
||||
Tools: []koji.Tool{},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue