Skip to content

Commit 31ea9fb

Browse files
committed
Use privileged container for running cli build release steps
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 7f61a25 commit 31ea9fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cli_release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
needs: get-dev-image
2020
container:
2121
image: ${{ needs.get-dev-image.outputs.image-with-tag }}
22+
# -- privileged this is needed in order for podman to work. Otherwise it fails
23+
# to create a new namespace when the clone syscall happens.
24+
options: --privileged
2225
env:
2326
ARTIFACT_UPLOAD_LOG: "artifact_uploads.json"
2427
steps:

0 commit comments

Comments
 (0)