Skip to content

Commit

Permalink
Create .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFireMike authored Apr 2, 2020
1 parent 31415a3 commit ab45cf8
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# .goreleaser.yml
before:
hooks:
- go mod download

builds:
-
id: "restapi"
dir: ./cve-alert-restapi
main: ./main.go
binary: restapi

-
id: "fetcher"
dir: ./cve-alert-fetcher
main: ./main.go
binary: fetcher

archives:
-
builds:
- restapi
- fetcher

replacements:
amd64: 64-bit
386: 32-bit
darwin: macOS

0 comments on commit ab45cf8

Please sign in to comment.