Skip to content

feat(fetch-engine, get-platform): linux-arm support#4613

Merged
Jolg42 merged 5 commits intomasterfrom
integration/linux-arm-support
Dec 15, 2020
Merged

feat(fetch-engine, get-platform): linux-arm support#4613
Jolg42 merged 5 commits intomasterfrom
integration/linux-arm-support

Conversation

@williamluke4
Copy link
Copy Markdown

@williamluke4 williamluke4 commented Dec 11, 2020

closes #4573

@williamluke4 williamluke4 added this to the 2.14.0 milestone Dec 11, 2020
@williamluke4 williamluke4 force-pushed the integration/linux-arm-support branch from a0054f3 to 3a50824 Compare December 11, 2020 13:48
@williamluke4 williamluke4 force-pushed the integration/linux-arm-support branch from 1df7a61 to da92122 Compare December 14, 2020 10:30
@williamluke4
Copy link
Copy Markdown
Author

Tested on an ec2 instance and is working

if (platform === 'netbsd') {
return 'netbsd'
}
if (platform === 'linux' && arch === 'arm64') {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

We will support only arm64 or arm too (32 I guess?)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Currently only arm64

Copy link
Copy Markdown
Contributor

@timsuchanek timsuchanek left a comment

Choose a reason for hiding this comment

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

LGTM

@williamluke4 williamluke4 marked this pull request as ready for review December 15, 2020 09:21
@Jolg42 Jolg42 merged commit 4bfee12 into master Dec 15, 2020
@Jolg42 Jolg42 deleted the integration/linux-arm-support branch December 15, 2020 10:24
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.

Integrate Linux ARM in TypeScript

3 participants