You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @bupd, the reason you're encountering this issue is that the --source argument in the Dagger call command expects the path to the main.go file. In the case of Ground Control, this would be ./ground-control."
Expected Behaviour:
cmd:
dagger call build --source=. --name=ground-control export --path=bin
Actual Behaviour:
cmd:
dagger call build --source=. --name=ground-control export --path=bin
Note:
This bug is only with ground-control. Satellite builds are working as expected.
The text was updated successfully, but these errors were encountered: