Hi there, I am trying to figure out how does binary build such as camel-k-client-1.0.0-RC2-linux-64bit.tar.gz gets published to https://github.com/apache/camel-k/releases/download/?
I assume it gets published via Travis job but I can't seem to find the workflow that produces these binary and publishes to Github. I can see `make cross-compile` actually produces these .gz files but do not see how they get built and published to Github. I have same question on https://hub.docker.com/r/apache/camel-k docker image. Thanks for any pointers.
