fix: Enable privileged mode for ISO build

This commit is contained in:
MrPiglr 2025-12-28 09:06:39 -07:00
parent 06f86ffa9c
commit 069b9d052d

View file

@ -6,6 +6,10 @@ build_iso:
stage: build stage: build
image: ubuntu:24.04 image: ubuntu:24.04
timeout: 90 minutes timeout: 90 minutes
tags:
- docker
variables:
DOCKER_PRIVILEGED: "true"
rules: rules:
- if: '$CI_COMMIT_BRANCH == "main"' - if: '$CI_COMMIT_BRANCH == "main"'
- if: '$CI_COMMIT_TAG' - if: '$CI_COMMIT_TAG'