[VOL-4701] Adding logs if disabling of UNI or POTS port fails while disabling the ONU

Change-Id: Ia06b621dea8550bacc31d30a0d0b39618888b9ee
diff --git a/Makefile b/Makefile
index 390b43b..7e7c90e 100644
--- a/Makefile
+++ b/Makefile
@@ -98,6 +98,7 @@
 
 docker-build: local-omci-lib-go local-protos# @HELP Build the BBSim docker container (contains BBSimCtl too)
 	docker build \
+	  --platform linux/x86_64 \
 	  -t ${DOCKER_REGISTRY}${DOCKER_REPOSITORY}bbsim:${DOCKER_TAG} \
 	  -f build/package/Dockerfile .