We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We used to run
dagger call build export --path=./bin
to build and export the binaries locally, now the command is exporting a bin file (which looks like the tgz. container image)
As a developer, I would like to use Dagger to build binaries.
To speed up local development, I would be nice to have a debug build for my native platform.
The text was updated successfully, but these errors were encountered:
Hi @Vad1mo and @bupd, I added BuildDev function to build the Go binary for the specified platform.
BuildDev
Sorry, something went wrong.
@tylerauerbeck
this can be closed since this is completed via #219
bupd
Successfully merging a pull request may close this issue.
We used to run
dagger call build export --path=./bin
to build and export the binaries locally, now the command is exporting a bin file (which looks like the tgz. container image)
As a developer, I would like to use Dagger to build binaries.
To speed up local development, I would be nice to have a debug build for my native platform.
The text was updated successfully, but these errors were encountered: