Skip to content

Missing macOS x86_64 binaries (Intel Mac support) #3218

@waptik

Description

@waptik

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

  1. 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
  2. The script will try to download the binary. (If patched to download aarch64, running tempo --version or tempo wallet login will fail with bad 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions