summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Muchovej <git@ionlights.com>2020-02-29 20:12:23 -0500
committerGitHub <noreply@github.com>2020-02-29 20:12:23 -0500
commit6a267b8d92cdbe989d7f9479ffa94c9d70b8232a (patch)
tree630ffcc94e72924048d5b38ad4fba44566476eb6
parent94221e05c68e892d65c22c9d6a55f1cdcd77be52 (diff)
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. 😅
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ca4c3b9..6616feb 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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