diff --git a/.gitignore b/.gitignore index 5482cbc..8ca5a4c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ coverage.txt config.toml /dist .DS_Store + +dist/ diff --git a/.goreleaser.yml b/.goreleaser.yml index 50af900..163935a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,3 +1,14 @@ +builds: + - binary: triax-eoc-exporter + main: ./cmd + flags: + - -trimpath + env: + - CGO_ENABLED=0 + goarch: + - amd64 + - arm + - arm64 nfpms: # note that this is an array of nfpm configs -