Skip to content

Commit

Permalink
adding changelog and changing to 64bit builds
Browse files Browse the repository at this point in the history
  • Loading branch information
stobias123 committed Dec 30, 2019
1 parent 00fbf1a commit 2d28928
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ before:
# you may remove this if you don't need go generate
- go generate ./...
builds:
- env:
- # Build 1
env:
- CGO_ENABLED=0
goarch:
- amd64
archives:
- replacements:
darwin: Darwin
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# v0.1.2
Should be functional 64 bit builds.

0 comments on commit 2d28928

Please sign in to comment.