Brandon Schurman
Brandon Schurman
I can imagine some organizations having conventions where newcomers to a project can just run `earthly` and expect some typical build to execute without knowing which target to use.
Satellite tests are failing right now, since the endpoint its using isn't deployed to production
HI @brumhard - thanks for raising that. I would agree that a more user-friendly error message could help, since it's kind of an expected error case.
Since we suspect that the wrong image platform is being used, we have added the following to our error message: https://github.com/earthly/earthly/pull/3805 This will help determine if an incorrect platform is...
We figured out that this issue can be the result of running a build on a satellite before QEMU has started, and when the git image used requires emulation. A...
I stumbled on this initially as well. Would be great to have this merged into the main doc.
Good idea @alexcb we could do that as a feature flag in satellites without any changes in earthly-core. One downside is that it prevents you from using emulation entirely though,...
Related: https://github.com/earthly/earthly/issues/3587 Auto-complete should work with satellite commands as well.
+1 - I'm seeing this issue on VIM 7.4 on Linux and 7.3 on Mac. CTRL + L helps.