From aa832aeea0c4b85b3a6ac8e1ac03e9c959b837f5 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 18 Jun 2020 22:22:34 +0200 Subject: [PATCH] temp/calamares: disable armhf Fails to build, because extra-cmake-modules from Alpine is not available for armhf. Its APKBUILD says "Blocked by qt5-qtdeclarative". [ci:skip-vercheck] --- temp/calamares/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/calamares/APKBUILD b/temp/calamares/APKBUILD index 34a385fd3..556d04eb9 100644 --- a/temp/calamares/APKBUILD +++ b/temp/calamares/APKBUILD @@ -2,7 +2,7 @@ pkgname=calamares pkgver=3.2.25 pkgrel=0 -arch="all" +arch="all !armhf" # blocked by qt5-qtdeclarative url="https://calamares.io/" pkgdesc="Distribution-independent installer framework" license="GPL-3.0-or-later AND LGPL-2.1-only"