Merge branch 'master' of github.com:xxxserxxx/gotop
This commit is contained in:
commit
19d9b687f3
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/prerelease.yml
vendored
2
.github/workflows/prerelease.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user