reorganizing release ouput to cleaner directory structure

This commit is contained in:
dan_s
2026-02-25 23:50:14 -06:00
parent 3cf6c37bf6
commit 10a1b27de1
5 changed files with 52 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ if [[ "${1:-}" == "--linux-release" ]]; then
echo "Building Linux release inside Ubuntu 20.04 Docker container..."
sudo docker build -t hush-builder -f Dockerfile.build .
sudo docker run --rm -e HOST_UID=$(id -u) -e HOST_GID=$(id -g) -v "$SCRIPT_DIR:/hush3" hush-builder "$@"
echo "Docker build complete. Release is in release-linux/"
echo "Docker build complete. Release is in release/linux-<ubuntu_version>/"
exit $?
fi