Merge pull request #549 from prometheus/grobie/remove-windows

Remove Windows support
pull/435/head
Tobias Schmidt 2017-04-11 17:43:28 +02:00 committed by GitHub
commit 919aab2e80
4 changed files with 2 additions and 5 deletions

View File

@ -20,8 +20,6 @@ crossbuild:
- linux/386 - linux/386
- darwin/amd64 - darwin/amd64
- darwin/386 - darwin/386
- windows/amd64
- windows/386
- netbsd/amd64 - netbsd/amd64
- netbsd/386 - netbsd/386
- linux/arm - linux/arm

View File

@ -12,7 +12,7 @@
// limitations under the License. // limitations under the License.
// +build !nobuddyinfo // +build !nobuddyinfo
// +build !windows,!netbsd // +build !netbsd
package collector package collector

View File

@ -12,7 +12,6 @@
// limitations under the License. // limitations under the License.
// +build !noloadavg // +build !noloadavg
// +build !windows
package collector package collector

View File

@ -12,7 +12,7 @@
// limitations under the License. // limitations under the License.
// +build !nomeminfo // +build !nomeminfo
// +build !windows,!netbsd // +build !netbsd
package collector package collector