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

ARM Builds #134

Description

@AusIV

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions