Skip to content

Commit

Permalink
fix 32-bit docker script (does not yet build)
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Apr 23, 2021
1 parent d2e4321 commit b54c501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/natron-sdk-i386/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ -n "${UBUNTU:-}" ] || [ "${CENTOS:-6}" -gt 7 ]; then
echo "i386 is not supported on CentOS 8 and later or Ubuntu"
exit 1
fi
env GEN_DOCKERFILE32=1 ../../jenkins/include/scripts/build-Linux-sdk.sh> Dockerfile
env GEN_DOCKERFILE=1 GEN_DOCKERFILE32=1 ../../jenkins/include/scripts/build-Linux-sdk.sh> Dockerfile
cp ../../jenkins/*.sh .
(cd ../../jenkins/; tar cf - include) | tar xf -
docker build -t "${LABEL}:latest" .
Expand Down

0 comments on commit b54c501

Please sign in to comment.