kubernetes / contributor-site

Code for kubernetes.dev
https://www.kubernetes.dev
Apache License 2.0
66 stars 148 forks source link

Error building site using Docker on Apple Silicon Mac #406

Closed dipesh-rawat closed 1 year ago

dipesh-rawat commented 1 year ago

Description:

I encountered an error while attempting to build the site using Docker on my M1 Mac. The error message is as follows:

qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory
make: *** [container-server] Error 255

Environment:

Operating System: M1 MacOS Docker Version: 23.0.5

Steps to Reproduce:

Expected Behavior:

The build process should complete successfully without any errors.

Actual Behavior:

The build process fails with the above error message.

/kind bug

dipesh-rawat commented 1 year ago

I'm happy to add instruction in the readme to work around this error. /assign