Skip to content

Commit

Permalink
#26918 Testing docker setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina committed Dec 27, 2023
1 parent 52763de commit 50cc630
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/cli-release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,11 @@ jobs:
os: [ macos-13 ] # macos-13-xlarge, macOS-latest
runs-on: ${{ matrix.os }}
steps:
- uses: docker-practice/actions-setup-docker@master
timeout-minutes: 12
- run: |
set -x
docker version
docker run --rm hello-world
-
name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v3
env:
LIMA_START_ARGS: --cpus 4 --memory 8
# - name: 'Install colima, docker and docker-compose'
# run: |
# curl -o ./qemu.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/dc0669eca9479e9eeb495397ba3a7480aaa45c2e/Formula/qemu.rb
Expand Down

0 comments on commit 50cc630

Please sign in to comment.