2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-01-11 18:42:29 +00:00

Switch el10 to el9 binaries for diskless

The libcrypt change has to be accommodated
This commit is contained in:
Jarrod Johnson
2025-06-17 10:58:54 -04:00
parent 551862e85e
commit 7fd9a207b1
2 changed files with 4 additions and 0 deletions

View File

@@ -48,6 +48,8 @@ for os in el7 el8 suse15 el9 el10 ubuntu20.04; do
cd ${os}disklessout
if [ -d ../${os}bin ]; then
cp -a ../${os}bin/opt .
elif [ $os = el10 ]; then
cp -a ../el9bin/opt .
else
cp -a ../opt .
fi

View File

@@ -51,6 +51,8 @@ for os in el7 el8 suse15 el9 el10 ubuntu20.04 ubuntu22.04 ubuntu24.04; do
cd ${os}disklessout
if [ -d ../${os}bin ]; then
cp -a ../${os}bin/opt .
elif [ $os = el10 ]; then
cp -a ../el9bin/opt .
else
cp -a ../el8bin/opt .
fi