Skip to content
This repository has been archived by the owner on Aug 21, 2021. It is now read-only.

ARM Builds #134

Open
AusIV opened this issue Dec 3, 2018 · 0 comments
Open

ARM Builds #134

AusIV opened this issue Dec 3, 2018 · 0 comments

Comments

@AusIV
Copy link
Contributor

AusIV commented Dec 3, 2018

Now that AWS has A1 instances, it would be neat if we could include those in our docker host cluster. That would require being able to create multiarch docker images, which would require cross-compiling to ARM.

Normally, cross compilation in Go is pretty easy; it's just a matter of passing GOARCH at build time. However OpenRelay has some C dependencies that don't work with GOARCH. I've been able to get a build up using xgo (https://github.com/karalabe/xgo), but integrating that into our build process seems cumbersome and likely slow.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant