Consider running `buildx` on a docker container instead of host
pablomendezroyo opened this issue · 1 comments
pablomendezroyo commented
The command buildx
is used by the SDK to create arm and amd architecture images. If this docker plugin is not available in the host then the sdk will not work.
Consider using the buildx
inside a docker container instead from the host machine
pablomendezroyo commented