Skip to content

Commit

Permalink
Use ubuntu noble as example in packaging script docs
Browse files Browse the repository at this point in the history
  • Loading branch information
swlynch99 committed Jan 17, 2025
1 parent 7ecdb3f commit 4204136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ USE WITH DOCKER:
docker run -it --rm \\
-v \$(pwd):/mnt/rezolus \\
-v \$(pwd)/target/debian:/mnt/output \\
ubuntu:focal /mnt/rezolus/debian/package.sh --release 0 --chown \$(id -u) --verbose
ubuntu:noble /mnt/rezolus/debian/package.sh --release 0 --chown \$(id -u) --verbose
You should be able to swap out the docker container in order to build for different
distros, provided that rezolus can be built on each distro. Note that you may have to
Expand Down

0 comments on commit 4204136

Please sign in to comment.