Skip to content

Support multiarch avalanchego images #2028

Open
@exdx

Description

@exdx

Currently avalanchego is built using the default GH runner platform amd64

docker image push -a $avalanchego_dockerhub_repo
.

Supporting arm64-based images can be extended via docker buildx --platform linux/arm64, linux/amd64. However, the avalanchego go binaries need to be built for arm64 architecture as well, not just the docker images. So CI work may be required.

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Backlog 🧊

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions