Hello there!
I wanted to test Agola on my arm64 board (Rockchip RK3588S) and was surprised to find that the Docker images are only built for x86_64 - so I went looking for binary downloads. Well, I found none. o.o Not in the releases, not on the website and no mention of them in the docs, either.
So I git clone
d the current master
and just ran make
completely blindly, and now I have a set of binaries. But, I am honestly confused if I had just overlooked them or not, so I wanted to point that out.
After all, this is a CI/CD server, and Go makes cross-compiling very easy by setting GOARCH
… so, I wonder why there was no build for that?
Kind regards,
Ingwie