-
Notifications
You must be signed in to change notification settings - Fork 271
Missing macOS x86_64 binaries (Intel Mac support) #3218
Copy link
Copy link
Open
Description
Describe the bug
The installation script (tempoup) attempts to download an x86_64-apple-darwin or amd64 binary on macOS Intel machines. However, there are no x86_64-apple-darwin release assets available in the GitHub releases (only aarch64-apple-darwin).
When running the aarch64 binary on an Intel Mac, it results in a zsh: bad CPU type in executable error.
It would be great if x86_64-apple-darwin releases were included in the CI build matrix so that Intel Mac users can also use tempo.
Steps to reproduce
- Run the install script on an Intel Mac (x86_64):
mkdir -p "$HOME/.local/bin" && curl -fsSL https://tempo.xyz/install -o /tmp/tempo_install.sh && TEMPO_BIN_DIR="$HOME/.local/bin" bash /tmp/tempo_install.sh
- The script will try to download the binary. (If patched to download
aarch64, runningtempo --versionortempo wallet loginwill fail withbad CPU type).
Logs
zsh: bad CPU type in executable: tempo
Platform(s)
Mac (Intel) - x86_64
Container Type
Not running in a container
What version/commit are you on?
v1.4.3
Code of Conduct
- I agree to follow the Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels