Skip to content

Commit 4630978

Browse files
obnoxxxphlogistonjohn
authored andcommitted
github: add testing of opensuse builds
previously, only fedora and centos builds were tested in the CI. This adds opensuse to the test matrix where appropriate Signed-off-by: Michael Adam <[email protected]>
1 parent 91cd9cd commit 4630978

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/container-image.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
strategy:
4141
matrix:
42-
os: [centos, fedora]
42+
os: [centos, fedora, opensuse]
4343
arch: [amd64]
4444
env:
4545
BUILDAH_FORMAT: oci
@@ -56,7 +56,7 @@ jobs:
5656
build-ad-server:
5757
strategy:
5858
matrix:
59-
os: [centos, fedora]
59+
os: [centos, fedora, opensuse]
6060
arch: [amd64]
6161
exclude:
6262
- os: centos
@@ -76,7 +76,7 @@ jobs:
7676
build-client:
7777
strategy:
7878
matrix:
79-
os: [centos, fedora]
79+
os: [centos, fedora, opensuse]
8080
arch: [amd64]
8181
env:
8282
BUILDAH_FORMAT: oci
@@ -96,7 +96,7 @@ jobs:
9696
build-toolbox:
9797
strategy:
9898
matrix:
99-
os: [centos, fedora]
99+
os: [centos, fedora, opensuse]
100100
arch: [amd64]
101101
needs: build-client
102102
runs-on: ubuntu-latest
@@ -116,7 +116,7 @@ jobs:
116116
test-server:
117117
strategy:
118118
matrix:
119-
os: [centos, fedora]
119+
os: [centos, fedora, opensuse]
120120
arch: [amd64]
121121
needs: build-server
122122
runs-on: ubuntu-latest
@@ -188,7 +188,7 @@ jobs:
188188
test-ad-server-kubernetes:
189189
strategy:
190190
matrix:
191-
os: [centos, fedora]
191+
os: [centos, fedora, opensuse]
192192
arch: [amd64]
193193
exclude:
194194
- os: centos

0 commit comments

Comments
 (0)