Distributing binaries for linuxes (static linking?)

What build command did you use? It should have been

swift build --swift-sdk x86_64-swift-linux-musl

Mostly we've been testing this by cross-building from macOS, whereas I think you're using Linux here as the host, but it should still work.

1 Like