Skip to content

Commit

Permalink
add release info
Browse files Browse the repository at this point in the history
  • Loading branch information
CMGS committed Feb 3, 2023
1 parent 13de650 commit d8ece2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ builds:
# however it's a Pro feature
- id: eru-core-linux
binary: eru-core
env:
- CGO_ENABLED=0
ldflags:
- -X github.com/projecteru2/core/version.REVISION={{.Commit}}
- -X github.com/projecteru2/core/version.VERSION={{.Env.VERSION}}
- -X github.com/projecteru2/core/version.BUILTAT={{.Date}}
hooks:
post:
- cp ./eru-core-{{.Os}}.dbg {{.Path}}
Expand Down

0 comments on commit d8ece2c

Please sign in to comment.