mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-21 23:47:20 +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
|
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'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue