Skip to content

Relay Docker Container to Support Multiple OS/Arch #999

@lbadger

Description

@lbadger

Is your feature request related to a problem? Please describe.
I would like to run a relay server on Amazon Graviton CPU (Arm OS/ARCH)

The other containers in the docker compose file all support x86 and arm except the gsn container

Describe the solution you'd like
Use buildx to build the docker container to support multiple machines

docker buildx create --use
docker buildx build --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --push --tag $IMAGE .

currently the relay container is build using docker build -t $IMAGE . <- this only support's the cpu type that the server is built on

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