linux/aarch64 release builds / rokit installation support
What type of feature request is this?
- [ ] Mantle doesn't support a Roblox feature I would like to use
- [X] Mantle CLI improvement
- [X] Other
Describe your problem I'm working on migrating the team I work with to a devcontainer development workflow. Due to the current lack of support via microsofts devcontainer features for docker-in-docker, cross-architecture devcontainer guests do not work on macOS and our macOS developers are unable to use an x86 container. As a result, the devcontainer guest for macOS developers is aarch64/linux, and we cannot install several common roblox devtools via rokit/aftman, as they lack releases for this target.
Describe the solution you'd like
Would it be possible to add linux/aarch64 to the release targets for mantle so we can deploy via rokit? I tested building to the target, and it appears we can build the target successfully, so to my knowledge no major changes should be necessary.