Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit d918660

Browse files
authored
Merge pull request #15 from keylockerbv/feature/goreleaser-tweaks
Goreleaser tweaks
2 parents e2f7fd9 + 126fc39 commit d918660

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.goreleaser.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@ builds:
1010
goarch:
1111
- amd64
1212
- 386
13+
ignore:
14+
- goos: darwin
15+
goarch: 386
1316

1417
archive:
1518
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
1619
replacements:
1720
darwin: macOS
1821
files:
19-
# Only archive the binary
20-
- none*
22+
- LICENSE
2123

2224
dockers:
2325
-

0 commit comments

Comments
 (0)