php-enqueue / enqueue-dev

Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro
https://enqueue.forma-pro.com/
MIT License
2.17k stars 434 forks source link

Add PHP 8.1 and 8.2, Symfony 6.2 to CI #1285

Closed andrewmy closed 1 year ago

andrewmy commented 1 year ago
andrewmy commented 1 year ago

@makasim could you please publish the new docker tags? I guess that means just running https://github.com/makasim/docker-nginx-php-fpm/blob/master/8.1/push-images.sh

makasim commented 1 year ago

Thanks, pushed new versions:

docker push makasim/nginx-php-fpm:8.1
docker push makasim/nginx-php-fpm:8.1-all-exts
docker push makasim/nginx-php-fpm:8.2
docker push makasim/nginx-php-fpm:8.2-all-exts
docker push makasim/nginx-php-fpm:latest
andrewmy commented 1 year ago

The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested

@makasim please rebuild all images for linux/amd64, and congrats on getting an ARM Mac :) See https://github.com/makasim/docker-nginx-php-fpm/pull/8

andrewmy commented 1 year ago

Thanks for the docker image PR merge @makasim! Could you please try a rebuild + retag for the images? https://hub.docker.com/r/makasim/nginx-php-fpm/tags

andrewmy commented 1 year ago

@makasim could you please rebuild and retag the docker images? 🙏

makasim commented 1 year ago

Took me some time to make it work. Ive pushed 7.4 and will do the rest over weekends.

Screenshot 2023-03-18 at 11 09 25
makasim commented 1 year ago

@andrewmy images have been updated

andrewmy commented 1 year ago

Okay it's ready 😅 @makasim

makasim commented 1 year ago

Thank you!