Hi everyone,
I went to releases in order to download the binary for gh-ost and I didn't found any binary for darwin arm64 architecture.
Then, I tried to download this repository to build it myself, but it seems that the compiling process downloads a supported go version if the one we have in our machine is not supported, finding that it always downloads the go binary for amd64 (for linux and osx).
Is it planned to give support for arm64 binaries (either on linux/osx)? I'm open to help on this issue and put a PR if you like.
Thanks in advance