clux / muslrust

Docker environment for building musl based static linux rust binaries
MIT License
965 stars 88 forks source link

Aarch64 Draft #104

Closed tl-christopher-fleetwood closed 9 months ago

tl-christopher-fleetwood commented 2 years ago

This PR hopes to enable aarch64 static rust binaries. However currently it seems that rust is still looking for libgcc_s.so.1 currently, some more details in issues here and here.

clux commented 9 months ago

implemented in #133.