Docker
- PostgreSQL backend in the prebuilt image (#792): the image now installs
parsedmarc[postgresql], so the optional PostgreSQL output backend (psycopg) works out of the box in the container without a separatepip install. arm64images (#789): the release workflow now builds and publishes a multi-arch manifest forlinux/amd64andlinux/arm64, soghcr.io/domainaware/parsedmarcruns natively on 64-bit ARM hosts such as a Raspberry Pi. All compiled dependencies (psycopg[binary],lxml,maxminddb,cryptography) ship prebuiltaarch64wheels, so the build adds no source-compilation step.