Skip to content

Commit

Permalink
add minikube buildx builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Moss committed Jun 9, 2022
1 parent 38ddf13 commit 0beaf2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- name: Run release script
run: |
set -e -x
minikube start --driver=docker --wait=all
docker buildx create minikube --use --driver=kubernetes --bootstrap
./hack/build-release.sh
cd cli
./hack/build-binaries.sh
Expand Down

0 comments on commit 0beaf2f

Please sign in to comment.