diff options
author | ossdev <ossdev@puresoftware.com> | 2019-06-25 18:25:20 +0530 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-25 11:17:56 -0300 |
commit | 39eca91131884febb78cb95e758ac7d3a053c1e7 (patch) | |
tree | 5bbe43be2a4ad171efdf397ca6aa7ba829c75c6d | |
parent | f76dbb9a3e2d83ae41b63de7bad7f7ed49d05921 (diff) | |
download | aports-39eca91131884febb78cb95e758ac7d3a053c1e7.tar.bz2 aports-39eca91131884febb78cb95e758ac7d3a053c1e7.tar.xz |
community/wrk: Enable aarch64 Support Architecture specific support is provided for aarch64
Signed-off-by: ossdev <ossdev@puresoftware.com>
-rw-r--r-- | community/wrk/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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="" |