genuinetools / riddler

A tool to convert docker inspect to the opencontainers runc spec.
MIT License
253 stars 21 forks source link

The architecture for OCI is the Go architecture #12

Closed justincormack closed 7 years ago

justincormack commented 7 years ago

The pkg/platform returns the architecture from uname, which is x86_64 but OCI wants the Go architecture, ie amd64.

I think the spec changed here at some point but this matches the current version.

Signed-off-by: Justin Cormack justin.cormack@docker.com