frankenphp
frankenphp copied to clipboard
ERROR: docker exporter does not currently support exporting manifest lists (needs removal of arm64)
Hi,
Building a static single binary using the 'static-builder' worked fine in 1.0.1, but now gives the error in the title:
ERROR: docker exporter does not currently support exporting manifest lists
Removing 'arm64' from the platforms section in the bake file makes it work again.
I don't know 'bake' much since I never used it before the Frankenphp instructions. (I normally disable everything buildx related since it locally only slows thing down enormously).
Is there a command line parameter to override the platforms to build so I can tell it to only build amd64 (since I have no arm64 support).
docker buildx bake --set "*.platform=linux/amd64"
should do it (replacing linux/amd64 with your desired platform).
We should update the docs to mention that.