Skip to content

Commit

Permalink
update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusJavan committed Dec 18, 2020
1 parent 25860b8 commit 4abd81c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@ builds:
ldflags:
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
goos:
- freebsd
- windows
- linux
- darwin
goarch:
- amd64
- '386'
- arm
- arm64
ignore:
- goos: darwin
goarch: '386'
Expand Down Expand Up @@ -48,4 +54,4 @@ release:
name: avx
draft: true
changelog:
skip: true
skip: true

0 comments on commit 4abd81c

Please sign in to comment.