mxschmitt / action-tmate

Debug your GitHub Actions via SSH by using tmate to get access to the runner system itself.
https://mxschmitt.github.io/action-tmate/
MIT License
2.86k stars 285 forks source link

Add Alma Linux to act the same as Fedora #182

Closed SanderVocke closed 10 months ago

SanderVocke commented 10 months ago

Alma Linux is used widely in the form of manylinux containers to build Python packages.

The TMate action did not work in manylinux containers because it was not added in the distros recognition. Using dnf for package installation, just like fedora, works just fine.

I tested this in one of my projects and the TMate session works in a manylinux_2_28 container.

SanderVocke commented 10 months ago

Welp, looks like I have some file encoding issue here. Will re-open when I fix this.