feat: add Alpine Linux support to foundryup by daramir · Pull Request #10257 · foundry-rs/foundry (original) (raw)

Motivation

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.

Solution

This change adds Alpine Linux as a supported platform in foundryup script

Note

Please only merge this once we can confirm the stable release channel will ship alpine binaries too.

PR Checklist