From 2043b6e87380780f0f4ef04135ed4c02dc0916e5 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Wed, 11 Mar 2026 21:32:51 +0100 Subject: [PATCH] Update build-installer-iso.yml --- .github/workflows/build-installer-iso.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-installer-iso.yml b/.github/workflows/build-installer-iso.yml index f0d5d0d..d530d7e 100644 --- a/.github/workflows/build-installer-iso.yml +++ b/.github/workflows/build-installer-iso.yml @@ -29,7 +29,7 @@ jobs: - name: Build ISO run: | - docker run --rm \ + docker run --rm --privileged\ -v ${{ github.workspace }}:/workspace \ -v ${{ github.workspace }}/output:/output \ quay.io/centos-bootc/bootc-image-builder:latest \