This repository contains all container configuration we deploy for the building process.
docker
/podman
installationkeys/
folder with an SSH key and propagate it to sourceforge or set UPLOAD_TO_SF
to false
(check build.sh
for the details)docker build -t pebuild:latest .
docker create --name=pebuild pebuild:latest
docker start pebuild
docker logs -f pebuild