1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-12-22 17:10:10 +00:00

Disable i386 builds

disabling this because building for darwin/386 is no longer available
and goreleaser hasn't picked up on this yet, i believe.
This commit is contained in:
Harvey Tindall 2020-08-16 14:55:39 +01:00
parent 02183c7fcc
commit 252e13757b
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2

View File

@ -24,12 +24,15 @@ builds:
- linux - linux
- windows - windows
- darwin - darwin
goarch:
- amd64
- arm
- arm64
archives: archives:
- replacements: - replacements:
darwin: Darwin darwin: Darwin
linux: Linux linux: Linux
windows: Windows windows: Windows
386: i386
amd64: x86_64 amd64: x86_64
files: files:
- data/* - data/*