add build step

This commit is contained in:
Matthew R. Kasun 2023-01-03 10:14:31 -05:00
parent 2b40443524
commit 90daeddeaf

View file

@ -33,6 +33,7 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Build
run: |
cd cli
GOOS=linux GOARCH=amd64 go build -o nmctl