Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why does compilation happen on the remote machine? #2

Open
suhlig opened this issue May 29, 2022 · 1 comment
Open

Why does compilation happen on the remote machine? #2

suhlig opened this issue May 29, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@suhlig
Copy link

suhlig commented May 29, 2022

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

@pioz pioz added the enhancement New feature or request label May 29, 2022
@pioz
Copy link
Owner

pioz commented May 29, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants