Closed baransu closed 4 years ago
The same issue as graphql_ppx_re had. When building Linux binary it's linked in a way it's not working on alpine Linux. The solution is to build it using some alpine image with static linking. It will work on all popular Linux distributions then.
graphql_ppx_re
If you're interested I can submit PR with migration to GH Actions supporting it. It will also add Windows support.
/ cc @mrmurphy
I'm so interested. Thank you!
The same issue as
graphql_ppx_re
had. When building Linux binary it's linked in a way it's not working on alpine Linux. The solution is to build it using some alpine image with static linking. It will work on all popular Linux distributions then.