Skip to content

Commit ebc95aa

Browse files
authored
Merge pull request #14 from gomicro/drop-with-1.15
don't try to build this one any more with 1.15
2 parents 1eb20e7 + 30b1441 commit ebc95aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.goreleaser.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ builds:
1212
- windows
1313
- linux
1414

15+
ignore:
16+
- goos: darwin
17+
goarch: 386
18+
1519
archives:
1620
-
1721
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"

0 commit comments

Comments
 (0)