dbrgn / tealdeer

A very fast implementation of tldr in Rust.
https://dbrgn.github.io/tealdeer/
Apache License 2.0
4.06k stars 123 forks source link

Any plans for M1 Mac? #365

Closed sarg3nt closed 2 months ago

sarg3nt commented 3 months ago

I'm writing the asdf-tealdeer plugin to automate install of tealdeer with asdf and mise and noticed there is no M1 Mac binary. Are there any plans to add this as a build target?

niklasmohrin commented 3 months ago

Sounds good and should be easy :)

dbrgn commented 2 months ago

This became possible (without paying) since January: https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/ I'll give it a stab.

dbrgn commented 2 months ago

Ah, wait, we're talking about Rust and it's great cross-compilation features... No special runner is required for that 🙂

dbrgn commented 2 months ago

ARM builds should be generated for the next release (soon).