fix: use aarch64-linux-musl-gcc linker for cross-compile to musl target
Some checks failed
Deploy to OCI / deploy (push) Failing after 40s

This commit is contained in:
2026-04-07 10:46:34 +01:00
parent 720c32c485
commit f45e842370

View File

@@ -1,2 +1,2 @@
[target.aarch64-unknown-linux-musl] [target.aarch64-unknown-linux-musl]
linker = "aarch64-linux-gnu-gcc" linker = "aarch64-linux-musl-gcc"