Commit fea7c77
committed
Adds Rust support for ARM64 architecture
Enables Rust compilation for ARM64 architecture in the CI light Dockerfile.
This change adds the necessary dependencies and configuration to build Rust-based projects on ARM64 platforms within the CI environment. It specifically installs `curl`, `libgcc`, `build-base`, and `musl-dev` and uses `rustup` to manage rust installations if the target platform is `linux/arm64`.1 parent 196c102 commit fea7c77
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
99 | 104 | | |
100 | 105 | | |
101 | 106 | | |
| |||
112 | 117 | | |
113 | 118 | | |
114 | 119 | | |
| 120 | + | |
115 | 121 | | |
116 | 122 | | |
117 | 123 | | |
| |||
0 commit comments