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

automated SEA builds #409

Merged
merged 2 commits into from
Oct 25, 2024
Merged

automated SEA builds #409

merged 2 commits into from
Oct 25, 2024

Conversation

echo-bravo-yahoo
Copy link
Collaborator

@echo-bravo-yahoo echo-bravo-yahoo commented Oct 25, 2024

Ticket(s): FE-6028

Problem

We shouldn't be building SEA binaries by hand.

Solution

Let's build as many SEA binaries as possible in github actions.

Result

We can build these binaries in github actions:

  • windows x64
  • mac x64
  • mac arm64 (M1, unsure if compatible with M2)
  • linux x64

This misses some OS x arch setups that may be important (e.g., linux arm64), but those will be harder to do in github actions.

sea/build.cjs Outdated Show resolved Hide resolved
sea/build.cjs Outdated Show resolved Hide resolved
@echo-bravo-yahoo echo-bravo-yahoo marked this pull request as ready for review October 25, 2024 21:33
@echo-bravo-yahoo echo-bravo-yahoo changed the title try github action for builds automated SEA builds Oct 25, 2024
this change
- adds a github action to build SEA binaries for linux-x64, windows-x64,
  mac-x64, and mac-arm64
- adds documentation for the SEA build
@echo-bravo-yahoo echo-bravo-yahoo merged commit 3c32a8d into sea Oct 25, 2024
4 checks passed
@echo-bravo-yahoo echo-bravo-yahoo deleted the build branch October 25, 2024 22:24
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.

1 participant