Skip to content

Commit

Permalink
Update goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
corny committed Nov 30, 2023
1 parent 1312227 commit f2b0857
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ coverage.txt
config.toml
/dist
.DS_Store

dist/
11 changes: 11 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -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
-
Expand Down

0 comments on commit f2b0857

Please sign in to comment.