mirror of
https://github.com/gravitl/netmaker.git
synced 2025-12-16 07:38:17 +08:00
add build step
This commit is contained in:
parent
2b40443524
commit
90daeddeaf
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -33,6 +33,7 @@ jobs:
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.19
|
go-version: 1.19
|
||||||
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cd cli
|
cd cli
|
||||||
GOOS=linux GOARCH=amd64 go build -o nmctl
|
GOOS=linux GOARCH=amd64 go build -o nmctl
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue