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 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.