Open rukai opened 1 year 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:
docker buildx --target
for an emulated arm64 build.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?
We are unable to run integration tests on arm machines because of this.