summaryrefslogtreecommitdiffstats
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
parent0b9f823543f650b8f410396500c755ee322eb047 (diff)
Getting CGO right w/ workflow
-rw-r--r--.github/workflows/go.yml2
-rw-r--r--config.json11
2 files changed, 2 insertions, 11 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
diff --git a/config.json b/config.json
deleted file mode 100644
index 832e015..0000000
--- a/config.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "colorscheme": "default",
- "updateInterval": 1,
- "minimalMode": false,
- "averageLoad": false,
- "percpuLoad": false,
- "isFahrenheit": false,
- "battery": false,
- "statusbar": false,
- "netInterface": "NET_INTERFACE_ALL"
-}