Skip to content

Commit

Permalink
Debug macos docker buildx build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kontinuation committed May 24, 2024
1 parent 7fe20ab commit 896e911
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
mkdir -p $DOCKER_CONFIG/cli-plugins
curl -SL https://github.com/docker/buildx/releases/download/v0.11.2/buildx-v0.11.2.darwin-arm64 -o $DOCKER_CONFIG/cli-plugins/docker-buildx
chmod +x $DOCKER_CONFIG/cli-plugins/docker-buildx
- name: Setup tmate session
if: runner.os == 'macos'
uses: mxschmitt/action-tmate@v3
- env:
SPARK_VERSION: ${{ matrix.spark }}
SEDONA_VERSION: ${{ matrix.sedona }}
Expand Down

0 comments on commit 896e911

Please sign in to comment.