-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This should start building and publishing the binaries to git.
- Loading branch information
Mark DeNeve
authored and
Mark DeNeve
committed
Dec 14, 2018
1 parent
e4b9201
commit da7fdbd
Showing
3 changed files
with
84 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# .goreleaser.yml | ||
# Build customization | ||
builds: | ||
- main: ecs_exporter.go | ||
binary: prometheus-emcecs-exporter | ||
goos: | ||
# This would probably work on windows and osx, but I have never tested it | ||
# so I am not going to build the windows binaries unless someone opens a bug request | ||
# - windows | ||
# - darwin | ||
- linux | ||
goarch: | ||
- amd64 | ||
- arm64 | ||
# Archive customization | ||
archive: | ||
format: tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,6 @@ install: | |
|
||
script: | ||
- make | ||
|
||
after_success: | ||
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.