Skip to content

Commit d5b4c61

Browse files
committed
[bldenv]: add march in the multiarch docker build for sonic-slave
Signed-off-by: Guohan Lu <[email protected]>
1 parent 87f23e9 commit d5b4c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bldenv/sonic-slave/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build_and_push_docker()
1818
if [ x$arch == x"amd64" ]; then
1919
SLAVE_BASE_IMAGE=${SLAVE_DIR}
2020
else
21-
SLAVE_BASE_IMAGE=${SLAVE_DIR}-${arch}
21+
SLAVE_BASE_IMAGE=${SLAVE_DIR}-march-${arch}
2222
fi
2323

2424
tmpfile=$(mktemp)

0 commit comments

Comments
 (0)