kysely-org / kysely

A type-safe typescript SQL query builder
https://kysely.dev
MIT License
10.22k stars 259 forks source link

Make mssql testable using apple silicon. #906

Closed igalklebanov closed 5 months ago

igalklebanov commented 5 months ago

Hey 👋

The current docker setup doesn't seem to work on Apple silicon (e.g. M3 chips).

MarkusWendorf commented 5 months ago

I think you need to enable Rosetta emulation in Docker for this to work.

Screenshot 2024-03-12 at 15 01 03
igalklebanov commented 5 months ago

Thanks!

They moved it to:

image

koskimas commented 5 months ago

@igalklebanov did you get a Mac? 😋

igalklebanov commented 5 months ago

Been using macs at work for a few years now. But only Intel chips. Now they gave me an M3. 🤓

koskimas commented 5 months ago

Welcome to the world of not-useless-battery-life!