1
0

feat: 添加anolis打包rpm

This commit is contained in:
TsMask
2025-02-24 16:28:19 +08:00
parent f4c79abf83
commit 9a41cbd736

View File

@@ -163,6 +163,12 @@ case $(get_os_info) in
RpmPkgName=${ProjectL}-${RelVer}.${RpmArch}.${ptype} RpmPkgName=${ProjectL}-${RelVer}.${RpmArch}.${ptype}
RpmPkgRename=${ProjectL}-r${RelVer}-${RelOS}-${RelArch}.${ptype} RpmPkgRename=${ProjectL}-r${RelVer}-${RelOS}-${RelArch}.${ptype}
;; ;;
anolis)
ptype=rpm
RelOS=an8
RpmPkgName=${ProjectL}-${RelVer}.${RpmArch}.${ptype}
RpmPkgRename=${ProjectL}-r${RelVer}-${RelOS}-${RelArch}.${ptype}
;;
*) *)
echo "Unsupported OS" echo "Unsupported OS"
exit 1 exit 1