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

chore: support multi-arch and prebuild binaries correctly #230

Closed
wants to merge 1 commit into from
Closed

chore: support multi-arch and prebuild binaries correctly #230

wants to merge 1 commit into from

Conversation

yeliex
Copy link
Contributor

@yeliex yeliex commented Dec 14, 2023

this pr fix invalid configuration of github ci test and release, including support arm64 and run running in correctly arch os.

it should build pre-build binaries as expected and upload them to github node registry without specify token manually.

test case in my repo: https://github.com/yeliex/nodejieba/actions/runs/7206729058

EDIT: mark as draft currently because cannot build for arm64 directly, should use docker to support cross-compile

@yeliex
Copy link
Contributor Author

yeliex commented Dec 14, 2023

@yanyiwu @Mister-Hope review please

as far as I am concerned, it is really heavy for a such simply node repo to use pnpm(it cause cannot support node<16) and rollup(it just has a ts file only, tsc or swc is enough)

@yeliex yeliex changed the title chore: support multi-arch and prebuild binaries correctly draft: chore: support multi-arch and prebuild binaries correctly Dec 14, 2023
@yeliex yeliex closed this Dec 14, 2023
@yeliex yeliex changed the title draft: chore: support multi-arch and prebuild binaries correctly chore: support multi-arch and prebuild binaries correctly Dec 14, 2023
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