Skip to content

Commit

Permalink
chore(ci): temporarily disable arm64 docker builds in CI
Browse files Browse the repository at this point in the history
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
kkovaacs committed Jan 16, 2025
1 parent 86a3a20 commit 6297867
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
context: .
platforms: |
linux/amd64
linux/arm64
file: ./Dockerfile
build-args: |
PATHFINDER_FORCE_VERSION=${{ steps.generate_version.outputs.pathfinder_version }}
Expand Down

0 comments on commit 6297867

Please sign in to comment.