Skip to content

Commit

Permalink
Add 24.10 to list of Ubuntu versions checked in obsCheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed Nov 2, 2024
1 parent f208680 commit d52766b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obsCheck/smokeTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rm *.log
for i in Dockerfile-*[^~]; do
case $i in
Dockerfile-debian) versions="11 12";;
Dockerfile-ubuntu) versions="22.04 23.04 23.10 24.04";;
Dockerfile-ubuntu) versions="22.04 23.04 23.10 24.04 24.10";;
Dockerfile-fedora) versions="37 38 39";;
Dockerfile-leap) versions="15.4 15.5";;
*) versions=default;;
Expand Down

0 comments on commit d52766b

Please sign in to comment.