anaconda-graveyard / conda-concourse-ci

Conda-driven Concourse CI for package building
BSD 3-Clause "New" or "Revised" License
13 stars 29 forks source link

Add Dockerfile for concourse-ci linux-32 #47

Closed nehaljwani closed 7 years ago

nehaljwani commented 7 years ago

CC @msarahan @mingwandroid @kalefranz

nehaljwani commented 7 years ago

@msarahan I have added the script to build the fly 32-bit binary and now it will be built each time the container is built. Now the only thing we need to fix is:

PackageNotFoundError: Package missing in current linux-32 channels: 
  - conda-concourse-ci
msarahan commented 7 years ago

Excellent, nice work. I will use this container to build the initial version of c3i for Linux 32 today.

kalefranz commented 7 years ago

Let's make two directories within the root docker directory in this repo. The current contents in master within the docker directory should go into a directory named c3i-linux-64, since this is the base image for the linux-64 subdir, and the new Dockerfile and other work here should go into c3i-linux-32. The image names can then match those directory names.

nehaljwani commented 7 years ago

Merging for now, will make PRs for changes as needed.