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

Output darwin_amd64 for both x86_64 and amd64 in install.sh #2456

Merged

Conversation

tnthornton
Copy link
Member

Description of your changes

A recent change #2453 accidentally removed support for darwin_x86_64. This change follows the linux conditional approach and uses darwin_amd64 if either x86_64 or amd64 is seen.

I have:

  • Read and followed Crossplane's contribution process.
  • Run make reviewable to ensure this PR is ready for review.
  • Added backport release-x.y labels to auto-backport this PR if necessary.

How has this code been tested

Ran changes for darwin_arm64 locally. Unfortunately I don't have a way to test darwin_amd64 nor darwin_x86_64.

Signed-off-by: Taylor Thornton <taylor@upbound.io>
@SleepyBrett
Copy link

Thank you, just worked around this myself with curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | ARCH=amd64 sh

Copy link
Member

@hasheddan hasheddan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for following up on this @tnthornton!

@hasheddan hasheddan merged commit ecd9d5d into crossplane:master Aug 4, 2021
@austinsasko
Copy link

Wonder if in the future leveraging GH actions runs-on systems can help with that testing?
https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on

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.

None yet

4 participants