Skip to content

Commit

Permalink
chore: remove x86 support (rust-lang/cargo#13546)
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel-Dijoux committed Nov 15, 2024
1 parent cd9cf27 commit 8a66a45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
target: [x86_64, x86, aarch64] # armv7, s390x, ppc64le
target: [x86_64, aarch64, armv7] # s390x, ppc64le, x86 : https://github.com/rust-lang/cargo/issues/13546#issuecomment-2463102513
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8a66a45

Please sign in to comment.