aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/openjdk8/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/openjdk8/APKBUILD b/community/openjdk8/APKBUILD
index a22fae563a..f79b2a067f 100644
--- a/community/openjdk8/APKBUILD
+++ b/community/openjdk8/APKBUILD
@@ -25,7 +25,7 @@ makedepends="bash findutils tar zip file paxmark gawk util-linux libxslt
case $CARCH in
x86) _jarch=i386;;
x86_64) _jarch=amd64;;
-arm*) _jarch=arm;;
+arm*) _jarch=aarch32;;
*) _jarch="$CARCH";;
esac