summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-29 08:51:10 -0600
committerSean E. Russell <ser@ser1.net>2020-02-29 08:51:10 -0600
commit6dc2ff1fc68e320f5fc28befb03d7a7939551e6c (patch)
treec42fdf10a1d5da6551dd91506acea6f95d47d853 /.github
parent0b9f823543f650b8f410396500c755ee322eb047 (diff)
Getting CGO right w/ workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/go.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 369ff4c..b5d214e 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -11,3 +11,5 @@ jobs:
- name: Make binaries
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