We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc45d9f commit 0f132dbCopy full SHA for 0f132db
package.sh
@@ -20,8 +20,7 @@ mkdir -p /tmp/qopenhd/etc/systemd/system || exit 1
20
21
VER2=$(git rev-parse --short HEAD)
22
23
-
24
-if [[ "${DISTRO}" == "bullseye" ]] || [[ "${DISTRO}" == "bionic" ]] ; then
+if [[ "${DISTRO}" == "bullseye" ]] || [[ "${DISTRO}" == "bionic" ]] && [[ "${PACKAGE_ARCH}" = "armhf" ]] ; then
25
QT_VERSION=Qt5.15.4
26
echo "debug"
27
/opt/Qt5.15.4/bin/qmake
0 commit comments