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" -}