mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-25 17:37:19 +00:00
fix: Enable privileged mode for ISO build
This commit is contained in:
parent
06f86ffa9c
commit
069b9d052d
1 changed files with 86 additions and 82 deletions
|
|
@ -6,6 +6,10 @@ build_iso:
|
|||
stage: build
|
||||
image: ubuntu:24.04
|
||||
timeout: 90 minutes
|
||||
tags:
|
||||
- docker
|
||||
variables:
|
||||
DOCKER_PRIVILEGED: "true"
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH == "main"'
|
||||
- if: '$CI_COMMIT_TAG'
|
||||
|
|
|
|||
Loading…
Reference in a new issue