From 7641148406d36cfd94f99a655c305f5ac4a20a74 Mon Sep 17 00:00:00 2001 From: Dom Del Nano Date: Fri, 6 Sep 2024 17:39:35 +0000 Subject: [PATCH] Set kernel.unprivileged_userns_clone=1 prior to running cli build podman commands Signed-off-by: Dom Del Nano --- .github/workflows/cli_release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cli_release.yaml b/.github/workflows/cli_release.yaml index aaa3bc935f6..e81f2e895f8 100644 --- a/.github/workflows/cli_release.yaml +++ b/.github/workflows/cli_release.yaml @@ -59,6 +59,7 @@ jobs: export TAG_NAME="${REF#*/tags/}" mkdir -p "artifacts/" export ARTIFACTS_DIR="$(realpath artifacts/)" + sysctl -w kernel.unprivileged_userns_clone=1 ./ci/save_version_info.sh ./ci/cli_build_release.sh - name: Upload Github Artifacts