diff options
Diffstat (limited to 'testing/flow/APKBUILD')
-rw-r--r-- | testing/flow/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/flow/APKBUILD b/testing/flow/APKBUILD index 233f352469..96e74d09f4 100644 --- a/testing/flow/APKBUILD +++ b/testing/flow/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="A static typechecker for JavaScript" url="https://flow.org" # x86, armhf, s390x: limited by ocaml aport -arch="all !x86 !armhf !s390x" +arch="all !x86 !armhf !armv7 !s390x" license="MIT" checkdepends="bash diffutils nodejs yarn" makedepends=" |