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
|
- 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/*
|
||||||
|
Loading…
Reference in New Issue
Block a user