digrouz / docker-certbot

Installs cerbot into an Alpine Linux container
GNU General Public License v3.0
8 stars 4 forks source link

Unsupported platform (MacBook Pro with Apple M2) #1

Open patrick-melo opened 1 year ago

patrick-melo commented 1 year ago

I'm getting the following error when I run the command. I'm running this on a MacBook Pro with the Apple M2 chip. Any suggestions?

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

digrouz commented 1 year ago

Hello,

My images were build on amd64. So you want to use them on arm64 you will need to rebuild it on that architecture.

so:

From this locally build image, you should be able to run it