I just upgraded my development machine to an M1 MacBook Pro, and immediately discovered that my mongodb docker containers weren’t working. I noticed that there isn’t yet a build of mongodb for the M1, and I found the relevant ticket for the upgrade which doesn’t look like it’ll be addressed any time soon (backlogged P3). This would be fine if mongodb ran under Rosetta, but with v5 an AVX requirement was introduced. Rosetta does not simulate AVX.
I find myself stuck. Do I have to roll back to mongo4? Is there any way to get an M1 build prioritised?