osbuild-worker-executor: adapt worker-executor to osbuild-composer
This commit is contained in:
parent
591ff8c46c
commit
f18293c2f1
3 changed files with 2 additions and 2 deletions
|
|
@ -81,6 +81,7 @@ func runOsbuild(logger *logrus.Logger, buildDir string, control *controlJSON, ou
|
|||
return "", err
|
||||
}
|
||||
|
||||
// the result is put into a tar because we get sparse file support for free this way
|
||||
// #nosec G204
|
||||
cmd = exec.Command(
|
||||
"tar",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue