Skip to content

Commit

Permalink
Set up QEMU for Linux ARM builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Oct 5, 2023
1 parent 245199a commit 3b70ecf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-hogql-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
Expand All @@ -24,6 +25,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up QEMU for Linux ARM builds
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v3
with:
platforms: all

- uses: actions/setup-python@v3

- name: Install cibuildwheel
Expand Down

0 comments on commit 3b70ecf

Please sign in to comment.