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

build: pre-compiled binaries for windows-x86 #118

Merged
merged 1 commit into from
Jun 2, 2024
Merged

build: pre-compiled binaries for windows-x86 #118

merged 1 commit into from
Jun 2, 2024

Conversation

lucydodo
Copy link
Contributor

@lucydodo lucydodo commented Jun 1, 2024

This patch changes to add pre-compiled binaries for x86 Windows.
This PR is related to issue #117 .

Changes

  • Install MSYS2 and 'mingw-w64-i686-toolchain' on Windows runner

Install this because the GitHub-hosted runner's 'windows-2022' image does not include a built-in x86 toolchain.

  • Add the code to build the binaries for x86 with MSYS2 and the toolchain installed above, and archive them.

Results of execute the file command on the build output

Screenshot 2024-06-02 at 00 05 05

Any comments, reviews, etc. are welcome.
Thank you. :)

@nalgeon nalgeon merged commit c896e04 into nalgeon:main Jun 2, 2024
3 checks passed
@nalgeon
Copy link
Owner

nalgeon commented Jun 2, 2024

Thank you very much!

@lucydodo lucydodo deleted the issue/117 branch June 3, 2024 00:22
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