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:
John Muchovej 2020-02-29 20:12:23 -05:00 committed by GitHub
parent 94221e05c6
commit 6a267b8d92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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