Skip to content

Tags: marcosnils/bin

Tags

v0.24.2

Toggle v0.24.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(ensure,update): persist provider/path (#254)

v0.24.1

Toggle v0.24.1's commit message

Verified

This commit was signed with the committer’s verified signature.
marcosnils Marcos Nils
don't update pinned dependencies when updating all

Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>

v0.24.0

Toggle v0.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Codeberg provider support for installing binaries from codeberg.o…

…rg (#250)

Co-authored-by: Marcos Lilljedahl <marcosnils@gmail.com>

v0.23.1

Toggle v0.23.1's commit message

Verified

This commit was signed with the committer’s verified signature.
marcosnils Marcos Nils
really fix assets.go now :D

Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>

v0.23.0

Toggle v0.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs(readme): rework documentation with more examples and split for p…

…roviders (#238)

v0.22.0

Toggle v0.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(docker): init client from env variables available to configure do…

…cker (#235)

v0.21.2

Toggle v0.21.2's commit message

Verified

This commit was signed with the committer’s verified signature.
marcosnils Marcos Nils
improve asset ranking for 64 bit architectures

fixes #231 where aarc64 and amd64 can be incorrectly ranked given that
they both share the same architecture.

i.e, candiates:

myprogram
myprogram_aarch64

If my system is amd64, before this PR the ranking function will
incorrectly pikc aarch64

Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>

v0.21.1

Toggle v0.21.1's commit message

Verified

This commit was signed with the committer’s verified signature.
marcosnils Marcos Nils
improve getBinPath so it's able to match binaries by name

Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>

v0.21.0

Toggle v0.21.0's commit message

Verified

This commit was signed with the committer’s verified signature.
marcosnils Marcos Nils
fix install so it allows aliases and always uses the absolute path

Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>

v0.20.0

Toggle v0.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat/bin config envvar (#221)

Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>