goharbor / harbor-cli

[Sandbox] Official Harbor CLI
Apache License 2.0
41 stars 45 forks source link

Build and export Binaries wit Dagger #214

Open Vad1mo opened 1 month ago

Vad1mo commented 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.

JianMinTang commented 1 month ago

Hi @Vad1mo and @bupd, I added BuildDev function to build the Go binary for the specified platform.

Vad1mo commented 4 weeks ago

@tylerauerbeck

bupd commented 3 weeks ago

this can be closed since this is completed via #219