Imagick / imagick

🌈 The Imagick PHP extension 🌈
http://pecl.php.net/imagick
Other
552 stars 144 forks source link

32bit container for testing #533

Open Danack opened 2 years ago

Danack commented 2 years ago

andypost wrote:

PS: there's docker image alpinelinux/alpine-gitlab-ci:latest-armv7 which needs to point --platform=linux/arm/v7 argument, also alpine using doas instead of sudo now. For php81 you need to add "community" and "testing" repos to doas vi /etc/apk/repositories

@andypost although I understand some of those words, I'd really appreciate a pull request that adds a container to the directory https://github.com/Imagick/imagick/tree/master/docker that does all the needful to be able to run the tests on 32bit.

To be clear, I don't care about 32bit PHP as I have not used it in well over a decade. But if you care about it, and want me to test against it before doing releases, stepping up and making a PR would be the way to get it done.

andypost commented 2 years ago

Thanks, gonna dig it and provide testing for 32-bits (I'm not using any 32-bits as well)