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

Release macOS builds #26

Merged
merged 1 commit into from
Nov 21, 2024
Merged

Release macOS builds #26

merged 1 commit into from
Nov 21, 2024

Conversation

unflxw
Copy link
Contributor

@unflxw unflxw commented Nov 21, 2024

Add macOS builds for Apple Silicon and Intel to the release process.

Add macOS builds for Apple Silicon and Intel to the release process.
@unflxw unflxw merged commit 8995118 into main Nov 21, 2024
1 check passed
unflxw added a commit that referenced this pull request Nov 22, 2024
A [previous PR][oops] attempted to build macOS releases from an
Ubuntu runner, which cannot possibly work.

[oops]: #26

I then [attempted to do the whole build in a macOS runner][whoopsie],
which also didn't work, as running Docker on macOS requires Docker
Desktop.

[whoopsie]: 9907bab...2ed3070

This commit follows [the agent's approach][:brain:], using a build
matrix to build macOS builds on a macOS runner and Linux builds on
an Ubuntu runner, then publishing it from an Ubuntu runner in a
separate job.

[:brain:]: https://github.com/appsignal/appsignal-agent/blob/96b5b6721804e7e15546ed6faf86348b5fa01c13/.github/workflows/publish_release.yml#L81-L100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants