Skip to content

Commit e8544c9

Browse files
committed
Revert "Use privileged container for running cli build release steps (#2011)"
This reverts commit a4b8bc5. Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent c172f45 commit e8544c9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/cli_release.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
needs: get-dev-image
2020
container:
2121
image: ${{ needs.get-dev-image.outputs.image-with-tag }}
22-
# --privileged 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
2522
env:
2623
ARTIFACT_UPLOAD_LOG: "artifact_uploads.json"
2724
steps:

0 commit comments

Comments
 (0)