aboutsummaryrefslogtreecommitdiffstats
path: root/testing/telegraf/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-08-21 07:52:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-08-21 07:52:57 +0000
commitad21ff45bdda398df3dc5eafa2660f03e4eb0c97 (patch)
tree56c65578a12005e903e6fdf1594bce6c616f9923 /testing/telegraf/APKBUILD
parent39210e669a6ce0e524c3968d7a779379172c1a18 (diff)
downloadaports-ad21ff45bdda398df3dc5eafa2660f03e4eb0c97.tar.bz2
aports-ad21ff45bdda398df3dc5eafa2660f03e4eb0c97.tar.xz
testing/telegraf: disable on x86 due to segfault
Diffstat (limited to 'testing/telegraf/APKBUILD')
-rw-r--r--testing/telegraf/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/telegraf/APKBUILD b/testing/telegraf/APKBUILD
index a71cdf65e8..8f30c817eb 100644
--- a/testing/telegraf/APKBUILD
+++ b/testing/telegraf/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.7.3
pkgrel=0
pkgdesc="A plugin-driven server agent for collecting & reporting metrics, part of the InfluxDB project"
url="https://www.influxdata.com/time-series-platform/telegraf/"
-arch="x86_64 x86"
+arch="x86_64"
license="MIT"
makedepends="go glide"
pkgusers="telegraf"