Skip to content
Snippets Groups Projects
Commit e1e24da9 authored by Simon McVittie's avatar Simon McVittie
Browse files

CI: Build packages on Debian 11 'bullseye'


This is one of the oldest OSs that we can still reasonably aim to
support, and demonstrates the ability to build our packages in an
environment that is less specialized than scout.

steamrt/tasks#669, steamrt/tasks#679

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent cba31202
Branches
Tags
1 merge request!793Generalize CI to cover a non-special-case suite and architecture
......@@ -164,6 +164,18 @@ package:scout:i386:
BUILD_IMAGE: '${SCOUT_DOCKER_REGISTRY}/${SCOUT_I386_DOCKER_IMAGE}'
STEAM_CI_DEB_BUILD: any # debuild --build=any, aka -B
package:bullseye:amd64:
extends: .build_deb
variables:
BUILD_IMAGE: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/debian:bullseye-slim
STEAM_CI_DEB_BUILD: binary
package:bullseye:i386:
extends: .build_deb
variables:
BUILD_IMAGE: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/debian:bullseye-slim
STEAM_CI_DEB_BUILD: any
package:soldier:amd64:
extends: .build_deb
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment