I’m working on deploying an image but

I’m working on deploying an image but keep running into issues building. From what I can tell I’m building on an arm host/VM but deployment requires a amd64 build. I added —platform=linux/amd64 to my FROM in docker but I’m still having issues.
2 Replies
frolic
frolic2mo ago
Wrangler automatically adds the --platform=linux/amd64 flag if you're building with wrangler. What error are you seeing? You're correct that we only support amd64.
midnight
midnightOP2mo ago
Hmmm I’ll keep looking then. I’ll post the error shortly, I’m away from my laptop Turns out I was missing the qemu-user-static package. Added via apt and containers build.

Did you find this page helpful?