Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Add .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-hov committed Sep 22, 2023
1 parent 7a40b00 commit 62c6ea0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
project_name: gnopls
builds:
- main: .
ldflags:
- -s -w -X github.com/harry-hov/gnopls/version.Version={{.Tag}}
goos:
- linux
- darwin
goarch:
- amd64
- arm64
binary: gnopls

0 comments on commit 62c6ea0

Please sign in to comment.