Consider running buildx
on a docker container instead of host
#279
Labels
P1
Has to be done but not urgent
buildx
on a docker container instead of host
#279
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 machineRef: https://docs.docker.com/build/install-buildx/
The text was updated successfully, but these errors were encountered: