diff options
-rw-r--r-- | testing/influxdb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/influxdb/APKBUILD b/testing/influxdb/APKBUILD index 32a1308523..3543561355 100644 --- a/testing/influxdb/APKBUILD +++ b/testing/influxdb/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.1.0 pkgrel=0 pkgdesc="Scalable datastore for metrics, events, and real-time analytics" url="https://www.influxdata.com/time-series-platform/influxdb/" -arch="all" +arch="all !aarch64" license="MIT" makedepends="go glide python2 asciidoc xmlto" pkgusers="influxdb" |