I can not run temporal in my new apple silicon M1 based macbook. I try to use the Docker compose based installation but looks like it doesn’t work.
It says
Pulling cassandra (cassandra:3.11)...
3.11: Pulling from library/cassandra
ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries
Then I change the cassandra version to cassandra:4.0-beta4 for arm64 support
Now it says
unable to establish CQL session:gocql: unable to create session: control: unable to connect to initial hosts: gocql: received unexpected frame on stream 0: [header version=[version=4 direction=RESP] flags=0x0 stream=0 op=SUPPORTED length=96]
Any hints?