gnuradio / gnuradio-buildbot

Configuration for the GNU Radio CI system powered by Buildbot
https://ci.gnuradio.org/buildbot
Other
13 stars 12 forks source link

add 32bit builder #20

Open marcusmueller opened 6 years ago

marcusmueller commented 6 years ago

As far as I can tell, Ubuntu images on Dockerhub have no i686 variant that you can specify; and, Docker has no option to specify the arch you'd like (yay, docker).

So, the easiest way of going would probably be to replicate

https://github.com/tianon/docker-brew-ubuntu-core/blob/dist-i386/bionic/Dockerfile

But maybe there's a way to tell docker to use i386 base images that I just haven't figured out; so I'm actually doing something very unusual for me and ask on StackOverflow:

https://stackoverflow.com/questions/53237390/specifying-basing-on-i386-i686-container-in-dockerfile-for-usage-in-docker-on-am