carvel-dev / vendir

Easy way to vendor portions of git repos, github releases, helm charts, docker image contents, etc. declaratively
https://carvel.dev/vendir
Apache License 2.0
288 stars 52 forks source link

Build and install Apple Silicon-targeted versions of vendir #100

Closed pivotaljohn closed 2 years ago

pivotaljohn commented 3 years ago

see vmware-tanzu/carvel#218

Do it like we do for ytt.


Vote on this request

This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.

👍 "I would like to see this addressed as soon as possible" 👎 "There are other more important things to focus on right now"

We are also happy to receive and review Pull Requests if you want to help working on this issue.

benmoss commented 2 years ago

What's the release process for this repo? I see imgpkg uses GoReleaser, but it seems we don't

danielhelfand commented 2 years ago

What's the release process for this repo?

It's currently a manual process: 1. Bump the version constant used 2. Create a tag for the release. 3. Locally, run ./hack/build-binaries.sh 4. Upload the binaries to a GitHub release through the UI 5. Write release notes

There is an open pr for automating in a similar way to imgpkg: #108. However, there are also some thoughts about moving away from goreleaser for Carvel releases as well.

cppforlife commented 2 years ago

i think this is resolved since we have vendir-darwin-arm64