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

[CI] Set right architecture for x64 macOS release artifact #3080

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

fhanau
Copy link
Collaborator

@fhanau fhanau commented Nov 7, 2024

This is needed now that we cross-compile from an Apple Silicon image.

=============

The problem here is that with #3078 the x64 macOS release artifact continues to be a valid x64 binary, but is uploaded as macOS-ARM64-binary, which prevents it from being added to tagged releases.

This is needed now that we cross-compile from an Apple Silicon image.
@fhanau fhanau requested review from a team as code owners November 7, 2024 20:15
@@ -61,12 +61,17 @@ jobs:
- os-name: linux
os: ubuntu-20.04
bazel-config: release_linux
target-arch: X64
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is redundant at present (all releases built on GitHub Actions are for x86), but I plan to build the Apple Silicon release here too some time after #3079 has landed. Open to alternative suggestions.

Copy link
Member

Choose a reason for hiding this comment

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

It's pretty good as-is imo

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

👍
Merged and seems to work correctly now, thanks for approving!

@fhanau fhanau merged commit 10a1edb into main Nov 7, 2024
14 checks passed
@fhanau fhanau deleted the felix/110724-fix-macOS-artifact branch November 7, 2024 20:51
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