mirror of
https://github.com/Direct-Dev-Ru/go-lcg.git
synced 2025-11-16 01:29:55 +00:00
chore: temp goreleaser config [skip ci]
This commit is contained in:
@@ -6,11 +6,11 @@ builds:
|
||||
binary: "lcg_{{ .Version }}"
|
||||
goos:
|
||||
- linux
|
||||
- windows
|
||||
- darwin
|
||||
goarch:
|
||||
- amd64
|
||||
- arm64
|
||||
- windows
|
||||
- darwin
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
ldflags:
|
||||
@@ -23,9 +23,10 @@ builds:
|
||||
|
||||
archives:
|
||||
- id: lcg
|
||||
builds:
|
||||
ids:
|
||||
- lcg
|
||||
format: binary
|
||||
formats:
|
||||
- binary
|
||||
name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}"
|
||||
files:
|
||||
- "lcg_{{ .Version }}"
|
||||
|
||||
Reference in New Issue
Block a user