Skip to content

Commit

Permalink
modify .goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
astoycos committed Mar 19, 2020
1 parent 234c918 commit 6ef1f40
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
project_name: IoTCLI
before:
hooks:
# You may remove this if you don't use go modules.
- go mod download
# you may remove this if you don't need go generate
- go generate ./...
builds:
- id: "IoTCLI"
- binary: IoTCLI
-
#ID of the build
id: "IoTCLI"
binary: IoTCLI
env:
- CGO_ENABLED=0
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit 6ef1f40

Please sign in to comment.