shotover / cassandra-test-images

Cassandra test images with faster startup time
Apache License 2.0
0 stars 2 forks source link

Add support for aarch64 images. #2

Open rukai opened 1 year ago

rukai commented 1 year ago

We are unable to run integration tests on arm machines because of this.

rukai commented 6 months ago

Currently we publish from github actions and we cant do that on native runner since github does not support arm64 yet. So we can either:

Maybe the second option is the best for now? Since we are only doing a small change on top of cassandra it shouldnt be too slow?