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 089f97a commit c57b6ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
cargo install cross
sudo apt-get update
sudo apt-get install -y qemu-user-static
rustup target add aarch64-unknown-linux-gnu
cd python/delta-kernel-python
maturin build --release --target aarch64-unknown-linux-gnu
shell: bash
Expand Down

0 comments on commit c57b6ff

Please sign in to comment.