fix: Use GitLab shared runners

This commit is contained in:
MrPiglr 2025-12-28 09:29:43 -07:00
parent a5dd7617b2
commit f341569022

View file

@ -6,10 +6,6 @@ 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'