Skip to content

[WIP]: Adding arm builds. #1

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

afinch7
Copy link

@afinch7 afinch7 commented Feb 18, 2019

I want a build of fly.rs that runs on arm hardware like raspberry pi. To make that work I need a version of the v8 lib compiled for armhf/arm64.

@afinch7 afinch7 force-pushed the master branch 7 times, most recently from a90584a to 5a587f4 Compare February 18, 2019 19:18
@jeromegn
Copy link
Member

Nice, does it work? 😄 Looks like this didn't build in travis 🤔

In fly.rs, we've started building inside a Docker container (including v8, using multi-stage builds) to get everything neatly contained. It's based off alpine and builds a statically-linked binary for production. This repository is still useful for all other use cases (other OSes, local development, etc.)

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