Skip to content

Commit 90e96c7

Browse files
committed
Remove distro combinations that are missing images
1 parent 578176c commit 90e96c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ jobs:
7171
matrix:
7272
arch: [ amd64 ]
7373
# arch: [ amd64, arm64 ]
74-
distro: [ alpine.3.17, alpine.3.18, alpine.3.19, alpine.3.20, centos.stream.9, debian.12, fedora.39, fedora.40, ubuntu.20.04, ubuntu.22.04, ubuntu.24.04 ]
74+
distro: [ alpine.3.17, alpine.3.18, alpine.3.19, alpine.3.20, centos.stream.9, debian.12, fedora.40, ubuntu.20.04, ubuntu.22.04, ubuntu.24.04 ]
7575
sdk: [ '8.0', '9.0' ]
7676
exclude:
7777
- distro: alpine.3.17
7878
sdk: '9.0'
7979
- distro: alpine.3.18
8080
sdk: '9.0'
81-
- distro: fedora.39
81+
- distro: alpine.3.19
8282
sdk: '9.0'
8383
include:
8484
- sdk: '8.0'

0 commit comments

Comments
 (0)