Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Fix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
cevian committed Jun 4, 2020
1 parent 6e75176 commit 481e7cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before:
builds:
- env:
- CGO_ENABLED=0
main: ./cmd/timescale-prometheus/main.go
main: ./cmd/timescale-prometheus/

#don't publish scoop but overwrite the weird names
scoop:
Expand Down Expand Up @@ -43,6 +43,7 @@ dockers:
- timescale-prometheus
skip_push: false
extra_files:
- .git
- go.sum
- go.mod
- pkg
Expand Down

0 comments on commit 481e7cd

Please sign in to comment.