Skip to content

Commit b6107f7

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
workflows: enable build/test ci jobs for devbuilds on centos
Signed-off-by: John Mulligan <[email protected]>
1 parent 4821773 commit b6107f7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/container-image.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
# there are no nightly packages for opensuse
4848
- package_source: nightly
4949
os: opensuse
50+
include:
51+
- package_source: devbuilds
52+
os: centos
53+
arch: amd64
5054
runs-on: ubuntu-latest
5155
env:
5256
BUILDAH_FORMAT: oci
@@ -150,6 +154,10 @@ jobs:
150154
# there are no nightly packages for opensuse
151155
- package_source: nightly
152156
os: opensuse
157+
include:
158+
- package_source: devbuilds
159+
os: centos
160+
arch: amd64
153161
needs: build-server
154162
runs-on: ubuntu-latest
155163
env:

0 commit comments

Comments
 (0)