Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.3 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.3 KB

imagemagick-build

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.

Release a new version

Raise a PR to:

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.