This repo is building ImageMagick v7 deb/rpm packages for multiple distributions:
- RockyLinux 9 (x86_64 and aarch64)
- RockyLinux 8 (x86_64 and aarch64)
- Ubuntu 22.04 (x86_64 only)
- Ubuntu 20.04 (x86_64 only)
- Ubuntu 18.04 (x86_64 only)
that are required by Alfresco to work properly.
Notes:
ImageMagick packages built on RockyLinux are tested also on and Red Hat Enterprise on the Alfresco Ansible playbook CI.
Packages are published under our Nexus instance.
Raise a PR to:
- Bump the ImageMagick version you want to build in imagemagick-version file
- Bump the version of the package in release-version file (restart from 1 when increasing imagemagick version)
Once merged, trigger the release workflow:
- Create a new tag
git tag -s vN.N.N -m vN.N.N
following semantic versioning - Push it
git push --tags origin vN.N.N
- Draft a new
release using the
previous tag as source and use the
Generate release notes
function to generate the changelog.