171080d891
The 22.04 LTS release has been out for almost a year now so its time to update all the remaining images to the current LTS. We can also drop some hacks we need for older clang TSAN support. We will keep the ubuntu2004 container around for those who wish to test builds on the currently still supported baseline. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: John Snow <jsnow@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20230228190653.1602033-9-alex.bennee@linaro.org>
30 lines
594 B
YAML
30 lines
594 B
YAML
include:
|
|
- local: '/.gitlab-ci.d/container-core.yml'
|
|
- local: '/.gitlab-ci.d/container-cross.yml'
|
|
|
|
amd64-alpine-container:
|
|
extends: .container_job_template
|
|
variables:
|
|
NAME: alpine
|
|
|
|
amd64-debian-container:
|
|
extends: .container_job_template
|
|
stage: containers
|
|
variables:
|
|
NAME: debian-amd64
|
|
|
|
amd64-ubuntu2204-container:
|
|
extends: .container_job_template
|
|
variables:
|
|
NAME: ubuntu2204
|
|
|
|
amd64-opensuse-leap-container:
|
|
extends: .container_job_template
|
|
variables:
|
|
NAME: opensuse-leap
|
|
|
|
python-container:
|
|
extends: .container_job_template
|
|
variables:
|
|
NAME: python
|