From e8544c9705c0c6acca040f441f2b79dc183967c2 Mon Sep 17 00:00:00 2001 From: Dom Del Nano Date: Mon, 9 Sep 2024 03:12:55 +0000 Subject: [PATCH] Revert "Use privileged container for running cli build release steps (#2011)" This reverts commit a4b8bc53eb1c44bed3753c6706325a27c28d93f0. Signed-off-by: Dom Del Nano --- .github/workflows/cli_release.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/cli_release.yaml b/.github/workflows/cli_release.yaml index d8d784a7b8d..aaa3bc935f6 100644 --- a/.github/workflows/cli_release.yaml +++ b/.github/workflows/cli_release.yaml @@ -19,9 +19,6 @@ jobs: needs: get-dev-image container: image: ${{ needs.get-dev-image.outputs.image-with-tag }} - # --privileged is needed in order for podman to work. Otherwise it fails - # to create a new namespace when the clone syscall happens. - options: --privileged env: ARTIFACT_UPLOAD_LOG: "artifact_uploads.json" steps: