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