Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(deno) #6791

Merged
merged 1 commit into from
Jul 23, 2024
Merged

fix(deno) #6791

merged 1 commit into from
Jul 23, 2024

Conversation

jhheider
Copy link
Contributor

setting the runtime explicitly breaks cross-compilation. instead, we'll set the runtime for our builds of linux/aarch64 only since that's where it's needed.

closes #6790

@jhheider jhheider force-pushed the fix(deno) branch 3 times, most recently from fa0dee0 to 39e6414 Compare July 23, 2024 18:26
setting the runtime explicitly breaks cross-compilation. instead, we'll set the runtime for our builds of linux/aarch64 _only_ since that's where it's needed.

closes #6790
@jhheider jhheider merged commit 70343d9 into main Jul 23, 2024
16 of 21 checks passed
@jhheider jhheider deleted the fix(deno) branch July 23, 2024 19:39
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pkgx deno compile --target aarch64-apple-darwin main.ts on linux always generate executable for linux
1 participant