Skip to content

Commit

Permalink
adding arm on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavsuku-db committed Jul 30, 2024
1 parent 0c07a63 commit cef94e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
maturin build --release
shell: bash

- name: Build wheel (ARM64 Linux)
if: matrix.os == 'ubuntu-latest' && matrix.arch == 'arm64'
- name: Build wheel (aarch64 Linux)
if: matrix.os == 'ubuntu-latest' && matrix.arch == 'aarch64'
run: |
rustup target add aarch64-unknown-linux-gnu
cd python/delta-kernel-python
Expand Down

0 comments on commit cef94e6

Please sign in to comment.