From 39eca91131884febb78cb95e758ac7d3a053c1e7 Mon Sep 17 00:00:00 2001 From: ossdev Date: Tue, 25 Jun 2019 18:25:20 +0530 Subject: community/wrk: Enable aarch64 Support Architecture specific support is provided for aarch64 Signed-off-by: ossdev --- community/wrk/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/wrk/APKBUILD b/community/wrk/APKBUILD index 457f7db589..23fe25734a 100644 --- a/community/wrk/APKBUILD +++ b/community/wrk/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="wrk is a modern HTTP benchmarking tool" url="https://github.com/wg/wrk" # requires -march=i586 to build on x86 -arch="x86_64" +arch="x86_64 aarch64" license="Apache-2.0" depends="" depends_dev="" -- cgit v1.2.3