owenizedd / bum

Bum - Bun Version Manager ⚡
123 stars 1 forks source link

No download asset available for target darwin-aarch64 #14

Closed kavsingh closed 1 month ago

kavsingh commented 9 months ago

install.sh fails with a 404

it specifies a target for darwin arm64: https://github.com/owenizedd/bum/blob/main/install.sh#L14 but there is no asset for the target in the latest release: https://github.com/owenizedd/bum/releases/tag/v0.5.0

curl --fail --location --progress-bar --output ~/.bum/bin/bum https://github.com/owenizedd/bum/releases/latest/download/bum-darwin-aarch64

curl: (22) The requested URL returned error: 404
azulkipli commented 8 months ago

is the error

curl -fsSL https://github.com/owenizedd/bum/raw/main/install.sh | sh -
curl: (22) The requested URL returned error: 404

related to this issue?

owenizedd commented 8 months ago

If you're using darwin arm64 currently it's not supported, right now this project support mac intel, but I'll work to make it support more platforms when I have the time

fourcolors commented 7 months ago

Would love to see this work on arm as well.

owenizedd commented 1 month ago

We have updated bum to support more architecture feel free to try again now :)