SIGN IN SIGN UP

fix: install Alpine runtime dependencies (#433)

## Summary
- Install missing Alpine runtime libraries before setting up Bun on
Linux musl containers
- Keep non-musl and non-Linux runners as no-ops
- Fail with a clear message if a musl container cannot install the
required packages

## Testing
- `bun test`
- `bun run format:check && bun run lint && bun run typecheck`
- Verified `supabase_2.100.0_linux_arm64.apk` fails on plain Alpine
without `libstdc++`/`libgcc` and reports `2.100.0` after installing them
J
Julien Goux committed
3c2f5e2ae34c34e428e8e206e2c4d21fa2d20fbf
Parent: 365cb46
Committed by GitHub <noreply@github.com> on 5/21/2026, 7:31:42 AM