bum icon indicating copy to clipboard operation
bum copied to clipboard

No download asset available for target darwin-aarch64

Open kavsingh opened this issue 1 year ago • 3 comments

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

kavsingh avatar Dec 24 '23 00:12 kavsingh

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?

azulkipli avatar Jan 15 '24 08:01 azulkipli

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

owenizedd avatar Jan 15 '24 08:01 owenizedd

Would love to see this work on arm as well.

fourcolors avatar Feb 19 '24 02:02 fourcolors

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

owenizedd avatar Jul 24 '24 13:07 owenizedd