aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2019-01-07 08:09:38 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2019-01-07 08:10:05 +0000
commit40635ea8bac5ac0c8b8f25bbd78c06f6c81eb9ae (patch)
treec72bf8236ead02eae14ec99de292a8019a6d27a8 /community
parentbd4ce5b0529e8f12a984bdfd4d231664a613454a (diff)
downloadaports-40635ea8bac5ac0c8b8f25bbd78c06f6c81eb9ae.tar.bz2
aports-40635ea8bac5ac0c8b8f25bbd78c06f6c81eb9ae.tar.xz
community/chromium: temp disable arm builds
arm builds need more work as they need clang
Diffstat (limited to 'community')
-rw-r--r--community/chromium/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/chromium/APKBUILD b/community/chromium/APKBUILD
index cffbe543d5..10c9067190 100644
--- a/community/chromium/APKBUILD
+++ b/community/chromium/APKBUILD
@@ -5,7 +5,7 @@ pkgver=71.0.3578.98
pkgrel=2
pkgdesc="chromium web browser"
url="http://www.chromium.org/"
-arch="x86_64 aarch64 armhf armv7"
+arch="x86_64" # aarch64 armhf armv7 temp disable because we need clang for arm
license="BSD"
depends="xdg-utils"
depends_dev=""