Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

可否增加arm平台支持 #11

Closed
liniu opened this issue May 8, 2023 · 2 comments
Closed

可否增加arm平台支持 #11

liniu opened this issue May 8, 2023 · 2 comments

Comments

@liniu
Copy link

liniu commented May 8, 2023

可否增加armv7平台支持,用于nas设备,谢谢

@xutianyi1999
Copy link
Owner

我没有armv7环境,你可以fork仓库在下面添加armv7-unknown-linux-musleabi target,之后添加一个tag去触发action编译,如果编译能过那应该可以跑

include:
- target: x86_64-apple-darwin
os: macos-latest
- target: aarch64-apple-darwin
os: macos-latest
- target: x86_64-pc-windows-msvc
os: windows-latest
- target: x86_64-unknown-linux-musl
os: ubuntu-latest
- target: aarch64-unknown-linux-musl
os: ubuntu-latest

所有平台
https://doc.rust-lang.org/nightly/rustc/platform-support.html

@liniu
Copy link
Author

liniu commented May 8, 2023

我找个时间试一下,谢谢

@liniu liniu closed this as completed May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants