php: 7.4.21-fpm-alpine3.14 missing linux/ppc64le and linux/s390x
Using 7.4.21-fpm-alpine3.14 linux/ppc64le
and linux/s390x
are missing.
7.4.20-fpm-alpine3.13
7.4.21-fpm-alpine3.14
Can we expect them to get build or won’t this happen anymore for these architectures? 🧐
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 18 (11 by maintainers)
Will take a look.
Confirmed, all is well – builds are in progress, but there are quite a few, so it’s going to be a bit. 😅
😕
Both of these were on:
I wasn’t able to fit an s390x server in my closet, so not sure if it adds anything to the table, but I can confirm it works on Docker Desktop for Mac (using QEMU emulation), or at least, it prints
yay
;Confirmed, apparently ppc64le has been fixed since this issue was filed! All those tags are built/pushed successfully. 😄
@nirmannarang @anujajakhade FYI; perhaps one of you has ideas what’s different here for s390x? FWIW, the
faccessat2
has been on the “allow” list in docker’s seccomp profile since docker 20.10.0 (see https://github.com/moby/moby/pull/41353), so seccomp shouldn’t be blocking it.Good news all around. I would really love to know what fixed it where, if anyone has more info!
@anujajakhade sorry I can’t test this, I only use the Docker image to build multi-arch Docker images 😃