Closed lispyclouds closed 2 years ago
ah forgot to generate
@borkdude any recommendations for this?
@lispyclouds Can you describe what is the problem and how you got there?
So the versions of the embedded postgres and maria db we use to test arent compatible on linux/arm64. To get around it i updated them to latest, the postgres one says it should have support for arm. Now it seems they need a docker env and it wants to launch a postres container. Additionally the 1.0.0 release of embedded postgres has some changes in the way we configure it too. The MariaDB one still doesnt support ARM i think.
@lispyclouds We can skip tests for arm, as long as the binary builds we can assume it works, as long as the tests for the other platforms pass.
Looks good to me now @borkdude
Addresses #55