mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
d996f0aeb2
We no longer use these in any of our images. Clean-up the remaining comments and documentation that reference them and remove from the build. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220914155950.804707-31-alex.bennee@linaro.org>
12 lines
241 B
YAML
12 lines
241 B
YAML
include:
|
|
- local: '/.gitlab-ci.d/container-template.yml'
|
|
|
|
amd64-centos8-container:
|
|
extends: .container_job_template
|
|
variables:
|
|
NAME: centos8
|
|
|
|
amd64-fedora-container:
|
|
extends: .container_job_template
|
|
variables:
|
|
NAME: fedora
|