Packaging Swift apps for Alpine Linux
BLOGWhile trying to build my Age Apple Secure Enclave
plugin, a small Swift CLI app, on
Alpine Linux, I realized that the Swift
toolchain doesn’t run on Alpine Linux. The upcoming Swift 6 will support
(cross-)compilation to a static (musl-based) Linux target, but I suspect an
Alpine Linux version of Swift itself isn’t going to land soon. So, I
explored some alternatives for getting my Swift app on Alpine.You can find all the scripts used in this post in the age-plugin-se repository.Option 1: Run...
Read more at mko.re