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

feat: add new workflow to cross-compile wws #23

Merged
merged 18 commits into from
Nov 14, 2022

Conversation

Angelmmiguel
Copy link
Contributor

@Angelmmiguel Angelmmiguel commented Nov 10, 2022

Create a new GitHub Action workflow to cross-compile Wasm Workers Server to:

  • Linux
  • Windows
  • Mac

In both architectures:

  • x86_64
  • aarch64

For the x86_64 builds, I'm using the machines provided by GitHub. In the case of aarch64 builds, I'm using the cross tool. This is required as GitHub is not providing aarch64 machines.

The end goal is that the project runs this workflow to build the binaries on every new tag. The release will be crafted manually by the team to ensure release notes are correct.

It closes #6

@Angelmmiguel Angelmmiguel marked this pull request as ready for review November 11, 2022 10:28
Copy link
Contributor

@assambar assambar left a comment

Choose a reason for hiding this comment

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

Ship it!

@Angelmmiguel Angelmmiguel merged commit 383e0c4 into main Nov 14, 2022
@ereslibre ereslibre deleted the 6-build-release-binaries branch November 18, 2022 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add automation to build the different binaries in every release
4 participants