You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 14, 2020. It is now read-only.
Background: Having earlier today tried out docker on my ARM single board computer and found it unsatisfactory, I decided to give rkt a go. After building rkt from coreos/rkt, I built the app container tool actool found in this repository (the other tools were not built but that is a separate issue and not one that concerns me at the moment).
Preparing an app container of one of my current projects, when I ran ~/go/src/github.com/appc/spec/bin/actool build django-timelog/ django-timelog.aci, I got:
build: Layout failed validation: image manifest validation failed: bad arch "armhf" for linux (must be one of: [amd64 i386])
Is there any practical reason I should be aware of why this restriction is made? In other words, is there anything aside from a hard coded rule on acceptable architectures that would keep me from being able to build the app container on armhf (specifically, armv7l)?