reason-repacked
reason-repacked copied to clipboard
Alpine support
Can you also make this compatible with alpine docker? Basically you need to build a version that is not dependent on glibc but statically linked. This makes it work in any linux environment and also within an alpine docker container that a lot of CI's use. You can look at the GitHub action of graphql-ppx
how to do it.