appc / spec

App Container Specification and Tooling (archived, see https://github.com/rkt/rkt/issues/4024)
Apache License 2.0
1.26k stars 146 forks source link

Please provide go<->appc arch label translators #665

Closed lucab closed 8 years ago

lucab commented 8 years ago

appc/spec defines its own set of arch labels which don't always align with architecture labels used by other frameworks, including Golang ones (which also encompass an GOARCH/GOARM tuple for arm).

This has caused some pain in the past for projects using appc, eg:

appc/spec should start providing a couple of translators to help performing this go<->appc mapping.

/cc @s-urbaniak who recently hit this again.