Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): temporarily disable arm64 docker builds in CI
One of the new build dependencies of `blockifier`, `starknet-sierra-compile` has a build script that does not work in our cross-compile setup due to directly invoking `cargo install` without the `--target` flag properly set. This causes the build to fail on arm64.
- Loading branch information