mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
remove docker on macOS
This commit is contained in:
28
.github/workflows/go.yml
vendored
28
.github/workflows/go.yml
vendored
@@ -53,11 +53,11 @@ jobs:
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17
|
||||
# - uses: docker-practice/actions-setup-docker@master
|
||||
# - run: |
|
||||
# set -x
|
||||
# docker version
|
||||
# docker run --rm hello-world
|
||||
# - uses: docker-practice/actions-setup-docker@master
|
||||
# - run: |
|
||||
# set -x
|
||||
# docker version
|
||||
# docker run --rm hello-world
|
||||
- run: |
|
||||
brew install minikube
|
||||
minikube start --driver=docker
|
||||
@@ -98,14 +98,16 @@ jobs:
|
||||
- run: |
|
||||
docker version
|
||||
docker run --rm hello-world
|
||||
- run: |
|
||||
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
|
||||
choco install minikube
|
||||
minikube start --driver=hyperv
|
||||
minikube kubectl -- get po -A
|
||||
choco install make
|
||||
dir
|
||||
shell: bash
|
||||
- uses: Amadevus/pwsh-script@v2
|
||||
id: script
|
||||
with:
|
||||
script: |
|
||||
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
|
||||
choco install minikube
|
||||
minikube start --driver=hyperv
|
||||
minikube kubectl -- get po -A
|
||||
choco install make
|
||||
dir
|
||||
- name: Kubernetes info
|
||||
run: |
|
||||
kubectl cluster-info dump
|
||||
|
||||
Reference in New Issue
Block a user