commit | fbb94aef873da75852dc78e24e97988ff583a27c | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <mscandol@ted-intel.local> | Thu Apr 14 14:17:47 2022 -0700 |
committer | Matteo Scandolo <mscandol@ted-intel.local> | Thu Apr 14 14:17:47 2022 -0700 |
tree | c6e7dd352a75a16e828b7fc355c05777e20c1b2b | |
parent | 02101a6bec1fb1ac0190567d90a2db071341cefe [diff] [blame] |
[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 .