Merge branch 'master' of github.com:xxxserxxx/gotop

This commit is contained in:
Sean E. Russell 2020-03-06 06:15:52 -06:00
commit 19d9b687f3
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ about: Template to report bugs.
Linux: `uname -or`, OSX: `sw_vers`; Windows: `systeminfo | findstr /B /C:"OS Name" /C:"OS Version"`
##### Terminal emulator:
e.g. iTerm, kitty, xterm, PowerShell
##### Any relevenat hardware info:
##### Any relevant hardware info:
If the issue is clearly related to a specific piece of hardware, e.g., the network
##### tmux version:
`tmux -V`, if using tmux

View File

@ -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

View File

@ -16,7 +16,7 @@ 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
args: darwin/amd64/1 linux/amd64 linux/386 linux/arm64 linux/arm7 linux/arm6 linux/arm5 windows/amd64 windows/386 freebsd/amd64 freebsd/386
env:
COMPRESS_FILES: true