This commit is contained in:
parent
9c1de9ae45
commit
c741a5a36c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ await $`buildah manifest create ${tag}`;
|
|||
for (const arch of arches) {
|
||||
await $`buildah build --arch ${arch} \
|
||||
--pid=host --ipc=host --network=host --userns=host \
|
||||
--uts=host ${pathToDnfCache ? `--volume /var/cache/dnf:/var/cache/dnf` : ""} \
|
||||
--uts=host ${pathToDnfCache ? `-v${pathToDnfCache}:/var/cache/dnf:O` : ""} \
|
||||
--manifest code.lightstands.xyz/standcoded/${tag} \
|
||||
--volume ${sharedDir}:/imgbuild:z ${dirName}`;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue