vok-orm icon indicating copy to clipboard operation
vok-orm copied to clipboard

fix build on arm64

Open mvysny opened this issue 2 years ago • 0 comments

Both Cockroach and MSSQL docker images aren't available for arm64; docker tries to use amd64 images with emulation and fails.

  • Let's either v-bump the databases or skip the tests on arm64.
  • Investigate whether github actions support building on arm64

mvysny avatar Mar 11 '24 06:03 mvysny