Skip to content

Commit

Permalink
Disable aarch64 build as the ubuntu repo is failing
Browse files Browse the repository at this point in the history
it is blocking the release
  • Loading branch information
sylvestre authored Jun 1, 2023
1 parent 14cfe7c commit 81d8867
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 @@ -112,8 +112,8 @@ jobs:
binary: sccache-dist
extra_args: --no-default-features --features="dist-server"
target: x86_64-unknown-linux-musl
- os: ubuntu-20.04
target: aarch64-unknown-linux-musl
# - os: ubuntu-20.04
# target: aarch64-unknown-linux-musl
- os: macOS-11
target: x86_64-apple-darwin
macosx_deployment_target: 10.13
Expand Down

0 comments on commit 81d8867

Please sign in to comment.