Build arch package also on CachyOS.

This commit is contained in:
2025-08-14 11:34:45 +01:00
parent 5cb18d0b8a
commit 4e55095f94

View File

@@ -34,7 +34,7 @@ cd ..
if [[ ${OS_NAME} == Linux ]]; then
OS_RELEASE=`pcregrep -o1 -e "^ID=(?<distro_id>\w+)" /etc/os-release`
if [[ ${OS_RELEASE} != arch ]]; then
if [[ ${OS_RELEASE} != arch && ${OS_RELEASE} != cachyos ]]; then
exit 0
fi