alpinelinux / alpine-chroot-install

Install Alpine Linux in chroot with a breeze. Build ARM on Travis CI or any other x86_64 CI.
MIT License
294 stars 59 forks source link

Can't install binfmt-support. #10

Closed DDoSolitary closed 4 years ago

DDoSolitary commented 6 years ago

This is the error I got when running on AppVeyor

E: Package 'binfmt-support' has no installation candidate

The problem doesn't exist on Travis because it has binfmt-support already installed, but it's not the case on AppVeyor. I think the -o xxx in this line should be removed because it makes apt-get ignore the packages from the current release.

DDoSolitary commented 6 years ago

Removing this will still allows the script to install the newer qemu-user-static because the source list added is in /etc/apt/sources.list.d, where apt-get reads by default. Actually I have tested this and the script works fine.

jirutka commented 4 years ago

I’ve removed support for installing qemu-user-static from a different repository added by the script, so this is not relevant anymore. Please commit message 2361b526ed2cfe20dbe6e262bbd3c6a7d6af88ed for details.