You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docker build pack won't work on my MacBook Pro with an M1 (ARM) architecture. It fails while trying to build the base image.
---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
---> Running in 90b6309af73a
exec /bin/sh: exec format error
The command '/bin/sh -c microdnf update -y && microdnf module enable nginx:1.20 -y && microdnf install -y glibc-langpack-en python311 openssl nginx nginx-mod-stream java-11-openjdk-headless tzdata-java fontconfig && microdnf clean all && rm -rf /var/cache/yum' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered:
At the moment, CF Buildpack components are only compiled for AMD64 (x86-64).
It's only possible to run Docker Buildpack on ARM64 systems through emulation or translation:
The docker build pack won't work on my MacBook Pro with an M1 (ARM) architecture. It fails while trying to build the base image.
---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
---> Running in 90b6309af73a
exec /bin/sh: exec format error
The command '/bin/sh -c microdnf update -y && microdnf module enable nginx:1.20 -y && microdnf install -y glibc-langpack-en python311 openssl nginx nginx-mod-stream java-11-openjdk-headless tzdata-java fontconfig && microdnf clean all && rm -rf /var/cache/yum' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered: