build macos binaries

pull/8432/head
Medya Gh 2020-06-09 15:03:17 -07:00
parent 0c9a83ff4f
commit 73e9f09f6b
1 changed files with 3 additions and 1 deletions

View File

@ -17,11 +17,13 @@ jobs:
- name: Download Dependencies
run: go mod download
- name: Build Binaries
run: |
run: |
make minikube-linux-amd64
make e2e-linux-amd64
make windows
make e2e-windows-amd64.exe
make minikube-darwin-amd64
make e2e-darwin-amd64
cp -r test/integration/testdata ./out
whoami
echo github ref $GITHUB_REF