gitlab-ci: Workaround lack of common 'x86_64' runner tag

This way, we can use OSUL and Canonical runners on some Debian jobs.
This commit is contained in:
Bruno
2025-01-23 13:49:16 -03:00
parent 7f3741957e
commit f9203916c0

View File

@ -152,6 +152,7 @@ stages:
parallel: parallel:
matrix: matrix:
- RUNNER: x86_64_v2 - RUNNER: x86_64_v2
tags: []
image-debian: image-debian:
extends: .debian extends: .debian