Open Vad1mo opened 1 month ago
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.
Hi @Vad1mo and @bupd, I added BuildDev function to build the Go binary for the specified platform.
BuildDev
@tylerauerbeck
this can be closed since this is completed via #219
We used to run
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.