Skip to content

Commit

Permalink
Update .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenWeathers committed Oct 19, 2020
1 parent be94d48 commit b915772
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
# before:
# hooks:
# # you may remove this if you don't use vgo
# - go mod download
# # you may remove this if you don't need go generate
# - go generate ./...
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 ./...
# Build dependencies
- make build-deps
builds:
- goos:
- windows
- goarch:
- arm
- arm64
- env:
- CGO_ENABLED=0
dockers:
Expand Down

0 comments on commit b915772

Please sign in to comment.