Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Commit

Permalink
deploy targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Skowron committed Oct 4, 2016
1 parent 15eb524 commit c573791
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
23 changes: 8 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,13 @@ deploy:
api_key:
secure: 1XMCwnd9P3QAiQhL4yiBYmEUS7T/1EAaZE78DHfXKeroW/2SHP9TaXkt7Nm1S4f3yU/1kuBKRdjnncSoLmNrGW+0K9VBx5ACpwoPcAhJCu5jYRkrXBdDwlnTepVcf6ODLB9X+O8WNQlaAOUlcybqf4Qin0nu1K5NVcdUV+8iHNFodJWtLNrd1SyoL4XlvMTTWm40a0EEUTKgtzw69rjUVrVdhq5Ae8zuRLQrFyVTnTIMiRaHwOJbJxPT61qHWLsKRJ7y0XxdREjtN87hcUTQ9WqQmw+xvN6SHAiAwwfB7HtILyzkw99/0aZoWc8wilLxkDZ6okp4c8OMLuWVjJlhEsvbQn7LMa5CpNdJMPBJPaNbqjPT+2QJFMDN2rw2sOp7Wlv23MO0Akq7QTb3dRGfVzZXWtt1LjapXe7Iw21m7+OXtkQ4voe9RqxRNzE8F9jhrCCsmLdLWuYoU5lbTRGLzFt0XvERGSKbdak/S7Y1BSyWUTxD4DPNaPW5kBPFj1CjjVuaD1cj5MTanvNgszERQBwDbkwd5cj0FWTq5/9qwYv7s72qDjXBa032LgGmEz/3vPzpyqrSLFhRZ9Zl/Hvgv8IodkAM60iNTb0uIsuFDgCDhRrOs6Ho+i610TH33VLhdzwMemkwJr/sr6+IcS10KWxupYPqyGta4wk+Il9FNN0=
file:
- nats_exporter_darwin_386
- nats_exporter_darwin_amd64
- nats_exporter_freebsd_386
- nats_exporter_freebsd_amd64
- nats_exporter_freebsd_arm
- nats_exporter_linux_386
- nats_exporter_linux_amd64
- nats_exporter_linux_arm
- nats_exporter_netbsd_386
- nats_exporter_netbsd_amd64
- nats_exporter_netbsd_arm
- nats_exporter_openbsd_386
- nats_exporter_openbsd_amd64
- nats_exporter_windows_386.exe
- nats_exporter_windows_amd64.exe
- build/nats_exporter_darwin_amd64
- build/nats_exporter_freebsd_386
- build/nats_exporter_freebsd_amd64
- build/nats_exporter_linux_386
- build/nats_exporter_linux_amd64
- build/nats_exporter_linux_arm
- build/nats_exporter_windows_386.exe
- build/nats_exporter_windows_amd64.exe
on:
tags: true
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GO = go
GOX = gox
GOX_ARGS = "-osarch=linux/amd64 linux/386 linux/arm linux/arm64 darwin/amd64 freebsd/amd64 freebsd/386 windows/386 windows/amd64 -output=build/{{.Dir}}_{{.OS}}_{{.Arch}}"
GOX_ARGS = "-output=build/{{.Dir}}_{{.OS}}_{{.Arch}} -osarch=linux/amd64 linux/386 linux/arm linux/arm64 darwin/amd64 freebsd/amd64 freebsd/386 windows/386 windows/amd64"

APP = nats_exporter
DIR = $(shell pwd)
Expand Down

0 comments on commit c573791

Please sign in to comment.