babashka / babashka-sql-pods

Babashka pods for SQL databases
Eclipse Public License 1.0
85 stars 17 forks source link

Add builds for linux-aarch64, remove dynamic linux builds #56

Closed lispyclouds closed 2 years ago

lispyclouds commented 2 years ago

Addresses #55

lispyclouds commented 2 years ago

ah forgot to generate

lispyclouds commented 2 years ago

@borkdude any recommendations for this?

borkdude commented 2 years ago

@lispyclouds Can you describe what is the problem and how you got there?

lispyclouds commented 2 years ago

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.

borkdude commented 2 years ago

@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.

lispyclouds commented 2 years ago

Looks good to me now @borkdude