Skip to content

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

Merged
fhanau merged 1 commit into
mainfrom
felix/110724-fix-macOS-artifact
Nov 7, 2024
Merged

[CI] Set right architecture for x64 macOS release artifact#3080
fhanau merged 1 commit into
mainfrom
felix/110724-fix-macOS-artifact

Conversation

@fhanau
Copy link
Copy Markdown
Contributor

@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
- os-name: linux
os: ubuntu-20.04
bazel-config: release_linux
target-arch: X64
Copy link
Copy Markdown
Contributor 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
Copy Markdown
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
Copy Markdown
Contributor 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
@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