Removing darwin/386/1
Is there a need to bother building for 386? If memory serves, Apple has even dropped 32-bit support.
Honestly not sure how much time it saves on builds, but figured it's best to trim out what's not really needed. 😅
This commit is contained in:
parent
94221e05c6
commit
6a267b8d92
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -12,4 +12,4 @@ jobs:
|
|||
- name: Compile
|
||||
uses: xxxserxxx/actions/golang-build@master
|
||||
with:
|
||||
args: darwin/amd64/1 darwin/386/1 linux/amd64 linux/386 linux/arm64 linux/arm7 linux/arm6 linux/arm5 windows/amd64 windows/386 freebsd/amd64 freebsd/386
|
||||
args: darwin/amd64/1 linux/amd64 linux/386 linux/arm64 linux/arm7 linux/arm6 linux/arm5 windows/amd64 windows/386 freebsd/amd64 freebsd/386
|
||||
|
|
Loading…
Reference in New Issue
Block a user