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 986b23df4a..5fd33ba56b 100644 --- a/testing/influxdb/APKBUILD +++ b/testing/influxdb/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.2.4 pkgrel=0 pkgdesc="Scalable datastore for metrics, events, and real-time analytics" url="https://www.influxdata.com/time-series-platform/influxdb/" -arch="all !aarch64 !ppc64le" +arch="all !aarch64" license="MIT" makedepends="go glide python2 asciidoc xmlto" pkgusers="influxdb" |