added Fedora 39 and Rawhide Docker files for testing

This commit is contained in:
Chris Caron
2023-09-09 11:18:46 -04:00
parent 524c1e9d4b
commit e2f619846d
4 changed files with 177 additions and 4 deletions

View File

@@ -58,6 +58,6 @@ Apprise is also packaged for Redhat/Fedora as an RPM. To verify this processs wo
# To test with el9; do the following:
docker-compose run --rm rpmbuild.el9 build-rpm.sh
# To test with f37; do the following:
docker-compose run --rm rpmbuild.f37 build-rpm.sh
# To test with f39; do the following:
docker-compose run --rm rpmbuild.f39 build-rpm.sh
```