Skip to content

Commit

Permalink
Create .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tscuite authored Mar 21, 2023
1 parent 2f47f58 commit e7f5be5
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
project_name: Dongtai_usb
builds:
- env:
- CGO_ENABLED=0
- GIN_MODE=release
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
ignore:
- goos: windows
goarch: arm64
id: "Dongtai_usb"
binary:
'Dongtai_usb'

archives:
- files:
- none*
format: zip
id: homebrew
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
format_overrides:
- goos: linux
format: tar.gz

0 comments on commit e7f5be5

Please sign in to comment.