Skip to content

Commit

Permalink
prod: use new build image for docker buils
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornig committed Oct 26, 2021
1 parent 57d756a commit cdf523b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releng/docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ OMNETPP_ROOT=$(pwd)
docker run --network none -v "$OMNETPP_ROOT":/root/omnetpp-repo -e what -e GIT_VERSION -e BUILD_DOC \
-e BUILD_CORE_DISTRO -e BUILD_LINUX_X86_64_DISTRO -e BUILD_LINUX_AARCH64_DISTRO \
-e BUILD_WIN32_X86_64_DISTRO -e BUILD_MACOSX_DISTRO \
omnetpp/distrobuild:eclipse4.21-tools210809-210927 && \
omnetpp/distrobuild:eclipse4.21-tools211026-211026 && \
docker cp $(docker ps -lq):/root/omnetpp/out/dist/ releng && \
docker rm $(docker ps -lq)

0 comments on commit cdf523b

Please sign in to comment.