You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Alpine Linux support to foundryup (#10257)
* feat: add Alpine Linux support to foundryup
This change adds Alpine Linux as a supported platform in `foundryup`
script, enabling straightforward installation on Alpine systems.
Alpine binaries (which use MUSL instead of GNU libc) have been available
in nightly builds since PR #10086. This commit makes Alpine a
first-class supported platform alongside existing ones.
This benefits teams working in lightweight Alpine-based environments
(e.g. CI, containers) and other systems that favor MUSL's smaller
footprint.
* Bump foundryup version
---------
Co-authored-by: grandizzy <[email protected]>
Co-authored-by: grandizzy <[email protected]>
0 commit comments