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

Add more build targets #19

Open
eliias opened this issue Dec 8, 2022 · 1 comment
Open

Add more build targets #19

eliias opened this issue Dec 8, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@eliias
Copy link
Owner

eliias commented Dec 8, 2022

Problem

Deno provides pre-built libraries for v8 for 4 targets (aarch64-linux-unknown, x86_64-linux-unknown, aarch64-apple-darwin, x86_64-apple-darwin). The build currently succeeds for all but one aarch64-linux-unknown. As a first step, isorun should build and run for all four platforms. Eventually we should look into creating linux-musl build if possible (Alpine Linux).

@eliias eliias added the enhancement New feature or request label Dec 8, 2022
@eliias eliias self-assigned this Dec 8, 2022
@eliias
Copy link
Owner Author

eliias commented Dec 8, 2022

It is possible that deno itself does not run on aarch64-linux-unknown, according to the website: https://deno.land/manual@v1.28.3/getting_started/installation

But, there is at least one project that builds deno for ARM on Linux: https://github.com/LukeChannings/deno-arm64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant