Updating workflow to exclude RPi-related configs.

This commit is contained in:
2025-12-01 19:40:26 -05:00
parent daf60ca8f2
commit 3cb947a4c0
+1
View File
@@ -206,6 +206,7 @@ jobs:
-a ! -name "*macos*" \
-a ! -name "*hivemind*" \
-a ! -name "*server*" \
-a ! -name "*raspberrypi*" \
| sed -e ':a;N;$!ba;s/[\r\n]/ /g')
echo "compose_list=$compose_list" >> "$GITHUB_OUTPUT"