skiffos / SkiffOS

Any Linux distribution, anywhere.
https://skiffos.com
MIT License
687 stars 51 forks source link

apps/compose not working with pi/3 #200

Closed brackling closed 2 years ago

brackling commented 2 years ago

I tried to compile an image for rpi3 using make configure with the following config: SKIFF_CONFIG="pi/3,apps/compose"

Unfortunately in the final buildroot .config the compose-part is missing (BR2_PACKAGE_DOCKER_COMPOSE)

I also tested this with SKIFF_CONFIG="pi/4,apps/compose", which is working as expected

I synced the skiffos repository yesterday

brackling commented 2 years ago

sorry for opening this one cant reproduce the error on a fresh installation

paralin commented 2 years ago

Np, also if you run "make configure" it wipes the config and recalculates it so that would probably also have fixed it.

Thanks for the report!