From 6dc2ff1fc68e320f5fc28befb03d7a7939551e6c Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Sat, 29 Feb 2020 08:51:10 -0600 Subject: [PATCH] Getting CGO right w/ workflow --- .github/workflows/go.yml | 2 ++ config.json | 11 ----------- 2 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 config.json 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" -}