We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4821773 commit b6107f7Copy full SHA for b6107f7
.github/workflows/container-image.yml
@@ -47,6 +47,10 @@ jobs:
47
# there are no nightly packages for opensuse
48
- package_source: nightly
49
os: opensuse
50
+ include:
51
+ - package_source: devbuilds
52
+ os: centos
53
+ arch: amd64
54
runs-on: ubuntu-latest
55
env:
56
BUILDAH_FORMAT: oci
@@ -150,6 +154,10 @@ jobs:
150
154
151
155
152
156
157
158
159
160
153
161
needs: build-server
162
163
0 commit comments