remove dashboard related code

This commit is contained in:
天元
2021-03-20 18:36:51 +08:00
parent 15ffac9a46
commit d4705380a8
5 changed files with 40 additions and 58 deletions

View File

@@ -312,3 +312,18 @@ jobs:
- name: Check Diff
run: make check-diff
build-cli:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.14
uses: actions/setup-go@v1
with:
go-version: 1.14
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Run cross-build
run: make cross-build
- name: Run compress binary
run: make compress