Skip to content

Commit a71ca94

Browse files
author
Devdutt Shenoi
authored
fix: cross compile with GNU binutils 2.34 (#1230)
* fix: cross compile with GNU binutils 2.34 * style: add new line at the end * ci: fix image not found
1 parent eb176d7 commit a71ca94

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cross.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[target.aarch64-unknown-linux-gnu]
2+
image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu@sha256:1e2a0291f92a4372cbc22d8994e735473045383f1ce7fa44a16c234ba00187f4"
3+
4+
[target.x86_64-unknown-linux-gnu]
5+
image = "ghcr.io/cross-rs/x86_64-unknown-linux-gnu@sha256:bf05360bb9d6d4947eed60532ac7a0d7e8fae8f214e9abb801d5941c8fe4918d"

0 commit comments

Comments
 (0)