god icon indicating copy to clipboard operation
god copied to clipboard

Why does compilation happen on the remote machine?

Open suhlig opened this issue 3 years ago • 1 comments

I'm curious to understand why the compilation happens on the remote machine instead of compiling at the developer machine and then uploading to binary? It seems to me that that this would remove the need for accessing private git repos on the remote machine; making this approach simpler and potentially more secure.

Thanks for the project; keep up the good work.

Steffen

suhlig avatar May 29 '22 09:05 suhlig

Simply this project installs a Go program using the tool go install. Maybe in the next updates, we can add the option to copy a compiled executable in the local machine to the remote machine, but this approach requires more configuration.

pioz avatar May 29 '22 11:05 pioz