aboutsummaryrefslogtreecommitdiffstats
path: root/testing/grub
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-09-20 23:23:45 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-09-20 23:23:45 +0200
commitf4a083bd7a02c3fce05d1732453469acdb1c0e62 (patch)
tree8dde821c4a754289796f1f13758220f7a2335ae6 /testing/grub
parentfa001bf7701e8ac1570cafd8e486482541171c05 (diff)
testing/grub: disable on armhf
Fails on armhf builder (http://sprunge.us/OjUT) and no time to figure out what's wrong now.
Diffstat (limited to 'testing/grub')
-rw-r--r--testing/grub/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/grub/APKBUILD b/testing/grub/APKBUILD
index b555579f677..a3ab245169e 100644
--- a/testing/grub/APKBUILD
+++ b/testing/grub/APKBUILD
@@ -6,7 +6,7 @@ pkgver=2.02_beta3
pkgrel=0
pkgdesc="Bootloader with support for Linux, Multiboot and more"
url="https://www.gnu.org/software/grub/"
-arch="all"
+arch="all !armhf"
license="GPLv3+"
depends=""
depends_dev=""