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 Feb 24, 2020. It is now read-only.
Background: Continuing from appc/spec#284, I created an app container manually using sudo tar cvf django-timelog.tgz manifest rootfs/.
Attempting sudo ~/go/src/github.com/coreos/rkt/bin/rkt run django-timelog.aci gives me:
bad arch "armhf" for linux (must be one of: [amd64 i386])
Now, while I know that, as per the README, only amd64 Linux is officially supported, I was wondering if you could give me an idea of the amount of work required in order to run on armhf/armv7l? Is there any inherent limitation or is it just hard coded to say this because amd64 and i386 are the only officially supported architectures for app container images?