This repository was archived by the owner on Aug 14, 2020. It is now read-only.

Description
Hello,
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)?
I am running Lubuntu 14.04.2 on the ODROID-XU3.
Regards,
Erik Nordstroem