Skip to content

Commit

Permalink
updated distro list
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed May 15, 2024
1 parent 42af584 commit 7e77be1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build-bin-from-obs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ cd ..
if [ -z "$distro_list" ] ; then
ask_d=1
distro_list="archlinux almalinux9 almalinux8 centos7 debian11 \
bionic focal jammy oracle8 fc37 fc38 leap15.4 leap15.5 \
bionic focal jammy noble oracle8 fc39 fc40 leap15.5 leap15.6 \
tumbleweed rockylinux8"
fi
if [ -z "$image_list" ] ; then
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-web-from-obs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if [ $# -gt 0 ] ; then
distro_list=$*
else
distro_list="almalinux8 oracle8 rockylinux8 almalinux9 oracle9 rockylinux9 \
debian10 debian11 bionic focal jammy fc37 fc38 leap15.4 leap15.5 \
debian11 debian 12 focal jammy noble fc39 fc40 leap15.5 leap15.6 \
stream8 stream9 tumbleweed"
fi
for i in $distro_list
Expand Down

0 comments on commit 7e77be1

Please sign in to comment.