Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mockery install to work on Apple Silicon Macs #772

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

bestbeforetoday
Copy link
Member

The URL used to download the Mockery binary is composed using the current hardware platform string. For Apple Silicon Macs, this is aarch64, whereas the Mockery binary uses arm64.

This change uses arm64 in place of aarch64 as the hardware platform to build the Mockery download URL.

The version of Mockery is also updated.

The URL used to download the Mockery binary is composed using the
current hardware platform string. For Apple Silicon Macs, this is
`aarch64`, whereas the Mockery binary uses `arm64`.

This change uses `arm64` in place of `aarch64` as the hardware platform
to build the Mockery download URL.

The version of Mockery is also updated.

Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>
@bestbeforetoday bestbeforetoday marked this pull request as ready for review November 20, 2024 19:56
@bestbeforetoday bestbeforetoday requested a review from a team as a code owner November 20, 2024 19:56
@bestbeforetoday bestbeforetoday enabled auto-merge (squash) November 20, 2024 19:57
@bestbeforetoday bestbeforetoday merged commit 6db0d8c into hyperledger:main Nov 21, 2024
37 checks passed
@bestbeforetoday bestbeforetoday deleted the install-tools branch November 21, 2024 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants