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]
This commit is contained in:
parent
bb5c0cdc7f
commit
aa832aeea0
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue