Replies: 4 comments 5 replies
-
I think this might work but I haven't tried it: builder:
local:
arch: amd64
multiarch: false |
Beta Was this translation helpful? Give feedback.
-
I solved this by switching to colima. You can start an amd64 vm with docker using rosetta (should be faster than qemu).
As you can see, the colima VM is a x86_64 Linux machine.
That's all I needed in the |
Beta Was this translation helpful? Give feedback.
-
Had the same issue and found this thread. Adding the solution that worked for me if others end up here.
The "remote" will be a buildx instance running locally on both amd64 and arm64. |
Beta Was this translation helpful? Give feedback.
-
I have tried the suggestions above, most notably the last one
But I keep getting this error
Anyone have an idea how to fix? |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm using Apple Silicon, and I want to build locally and push only amd64 image because I'm using linux/amd64 as a target server. I've tried different approaches, but I couldn't figure out how to achieve it. I don't feel like using a remote build because my laptop is much more performant than the application server with 1 CPU and 2 GB of RAM. Is there any way to make it work out?
Beta Was this translation helpful? Give feedback.
All reactions