Skip to content

Commit ec2f268

Browse files
committed
chore: remove x86 support (rust-lang/cargo#13546)
1 parent 1df88fd commit ec2f268

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
target: [x86_64, x86, aarch64] # armv7, s390x, ppc64le
24+
target: [x86_64, aarch64, armv7] # s390x, ppc64le, x86 : https://github.com/rust-lang/cargo/issues/13546#issuecomment-2463102513
2525
steps:
2626
- uses: actions/checkout@v3
2727
- uses: actions/setup-python@v4

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)