Skip to content

Commit

Permalink
add release for linux amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
kenji-yamane committed May 18, 2022
1 parent eab8cb1 commit 4743b1e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,14 @@ builds:
flags:
- -mod=readonly
ldflags:
- -s -w -X main.version={{.Version}}
- -s -w -X main.version={{.Version}}
- id: linux-amd64
main: ./
binary: golang-cross
goos:
- linux
goarch:
- amd64
env:
- CC=gcc
- CXX=g++

0 comments on commit 4743b1e

Please sign in to comment.