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 69863bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- improve-docker-build
paths:
- '.github/workflows/docker-build.yml'
- 'docker/**'
Expand Down Expand Up @@ -64,6 +65,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 69863bc

Please sign in to comment.