Skip to content

The release process is regenerating binaries. #230

New issue

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

Open
Vad1mo opened this issue Oct 30, 2024 · 3 comments
Open

The release process is regenerating binaries. #230

Vad1mo opened this issue Oct 30, 2024 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Vad1mo
Copy link
Member

Vad1mo commented Oct 30, 2024

The current release process is using goreleaser to make the binaries, on the other hand when we create the images for the harbor-cli, we are rebuilding the binaries. IMO it would make sense to reuse the binaries instead of regenerating them.

  • same process
  • same signatures and hashes of generated binaries.
@Vad1mo Vad1mo added the enhancement New feature or request label Oct 30, 2024
@bupd
Copy link
Collaborator

bupd commented Dec 30, 2024

It seems we can use goreleaser to create docker images too.

@bupd
Copy link
Collaborator

bupd commented Apr 21, 2025

Also we can use goreleaser to publish to AUR and homebrew too.

@bupd
Copy link
Collaborator

bupd commented Apr 21, 2025

I am brainstorming here.

instead of building binaries inside dagger, We can update the Release pipeline to use the binaries generated by the goreleaser and package them into containers created by dagger. so we can use the same sbom. too

@bupd bupd added help wanted Extra attention is needed good first issue Good for newcomers labels Apr 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants