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:
parent
02183c7fcc
commit
252e13757b
@ -24,12 +24,15 @@ builds:
|
||||
- linux
|
||||
- windows
|
||||
- darwin
|
||||
goarch:
|
||||
- amd64
|
||||
- arm
|
||||
- arm64
|
||||
archives:
|
||||
- replacements:
|
||||
darwin: Darwin
|
||||
linux: Linux
|
||||
windows: Windows
|
||||
386: i386
|
||||
amd64: x86_64
|
||||
files:
|
||||
- data/*
|
||||
|
Loading…
Reference in New Issue
Block a user