Skip to content

Commit

Permalink
Merge pull request #4632 from szarnyasg/musl
Browse files Browse the repository at this point in the history
Introduce musl to the build platforms
  • Loading branch information
szarnyasg authored Feb 5, 2025
2 parents 7b26ad2 + 0a10507 commit 06419bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/dev/building/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ For some platforms, DuckDB binaries and extensions (or a [subset of extensions](
|------------------------|------------------------------------------------------------------------------------------------------|
| `freebsd_amd64` | FreeBSD AMD64 (x86_64) |
| `freebsd_arm64` | FreeBSD ARM64 (AArch64) |
| `linux_amd64_musl` | Linux AMD64 (x86_64) with musl libc, e.g., Alpine Linux |
| `linux_arm64_android` | Android ARM64 (AArch64) |
| `linux_arm64_gcc4` | Linux ARM64 (AArch64) with GCC 4, e.g., CentOS 7 |
| `linux_arm64_musl` | Linux ARM64 (x86_64) with musl libc, e.g., Alpine Linux |
| `wasm_eh` | WebAssembly Exception Handling |
| `wasm_mvp` | WebAssembly Minimum Viable Product |
| `windows_amd64_mingw` | Windows 10+ AMD64 (x86_64) with MinGW |
Expand Down

0 comments on commit 06419bd

Please sign in to comment.