Skip to content
Snippets Groups Projects
Commit 13865f9e authored by Cameron Sparr's avatar Cameron Sparr Committed by GitHub
Browse files

Disable darwin builds (#1571)

telegraf can't be cross-compiled for darwin, it has C dependencies and
thus many of the system plugins won't work.
parent 497353e5
No related branches found
No related tags found
No related merge requests found
......@@ -83,29 +83,17 @@ targets = {
}
supported_builds = {
"darwin": [ "amd64" ],
"windows": [ "amd64" ],
"linux": [ "amd64", "i386", "armhf", "armel", "arm64", "static_amd64" ],
"freebsd": [ "amd64" ]
}
supported_packages = {
"darwin": [ "tar" ],
"linux": [ "deb", "rpm", "tar" ],
"windows": [ "zip" ],
"freebsd": [ "tar" ]
}
supported_tags = {
# "linux": {
# "amd64": ["sensors"]
# }
}
prereq_cmds = {
# "linux": "sudo apt-get install lm-sensors libsensors4-dev"
}
################
#### Telegraf Functions
################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment