Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#909 from wzshiming/ci/docker-macos
Browse files Browse the repository at this point in the history
ci: Update the docker on MacOS
  • Loading branch information
wzshiming authored Jan 9, 2024
2 parents 9ced490 + 49dbde5 commit f14a74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
shell: bash
run: |
brew install colima docker
colima start --mount $HOME/.kwok/:w --mount $(pwd):w --mount-type virtiofs
colima start --mount $HOME/.kwok/:w --mount $(pwd):w --cpu 4 --memory 8
- name: Install Buildx
if: ${{ matrix.kwokctl-runtime == 'docker' || matrix.kwokctl-runtime == 'kind' }}
Expand Down

0 comments on commit f14a74e

Please sign in to comment.