summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
2025-05-22ci: Use install-strip make step in static binary workflowJimmi Holst Christensen
2025-05-22ci: Update action-gh-release to v2 for static binary workflowJimmi Holst Christensen
2025-05-07ci: move linux and macos to Github ActionsSiva Mahadevan
2024-02-27build: switch to POSIX makeSiva Mahadevan
2022-05-31Add a workflow to upload Linux build on releasesMasanori Ogino
Building static binaries with Alpine Linux's musl libc-based toolchain should make them work on any distros with Linux kernel 2.6.39 and newer. Fixes https://github.com/mawww/kakoune/issues/4555 References: - https://wiki.musl-libc.org/supported-platforms.html Signed-off-by: Masanori Ogino <masanori.ogino@gmail.com>