Skip to content

Commit f11b695

Browse files
committed
rmbuilder: added Debian Bullseye
1 parent 1cbdae0 commit f11b695

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ commands:
2424
jobs:
2525
platform-builder:
2626
docker:
27-
- image: debian:buster
27+
- image: debian:bullseye
2828
parameters:
2929
platform:
3030
type: string
@@ -114,14 +114,14 @@ workflows:
114114
<<: *not-on-integ-branch
115115
matrix:
116116
parameters:
117-
platform: [buster]
117+
platform: [bullseye]
118118
context: common
119119
- platform-builder:
120120
name: integ-build-<< matrix.platform >>
121121
<<: *on-integ-branch
122122
matrix:
123123
parameters:
124-
platform: [buster, centos7, centos8, focal, bionic, xenial]
124+
platform: [bullseye, buster, centos7, centos8, focal, bionic, xenial]
125125
context: common
126126
weekly:
127127
triggers:
@@ -136,5 +136,5 @@ workflows:
136136
name: weekly-build-<< matrix.platform >>
137137
matrix:
138138
parameters:
139-
platform: [buster, centos7, centos8, focal, bionic, xenial]
139+
platform: [bullseye, buster, centos7, centos8, focal, bionic, xenial]
140140
context: common

rmbuilder/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ OS.bionic=ubuntu:bionic
1818
OS.focal=ubuntu:focal
1919
OS.stretch=debian:stretch-slim
2020
OS.buster=debian:buster-slim
21+
OS.bullseye=debian:bullseye-slim
2122
OS.centos6=centos:6.10
2223
OS.centos7=centos:7.8.2003
2324
OS.centos8=centos:8

0 commit comments

Comments
 (0)