Skip to content

Commit

Permalink
fix ce7 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangli20 committed Sep 14, 2024
1 parent eca3c6e commit ca00a98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-ce7-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
key: docker-centos7-${{ hashFiles('dev/docker-build/centos7/Dockerfile') }}

- name: Build blaze-engine-${{ matrix.sparkver }}
run: SHIM=${{ matrix.sparkver }} MODE=release ./release-docker.sh
run: |
sed -i 's/docker-compose -f/docker compose -f/g' ./release-docker.sh
SHIM=${{ matrix.sparkver }} MODE=release ./release-docker.sh
- name: Upload blaze-engine-${{ matrix.sparkver }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ca00a98

Please sign in to comment.