Skip to content

Commit

Permalink
[bldenv]: add march in the multiarch docker build for sonic-slave
Browse files Browse the repository at this point in the history
Signed-off-by: Guohan Lu <lguohan@gmail.com>
  • Loading branch information
lguohan committed Apr 27, 2021
1 parent 87f23e9 commit d5b4c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bldenv/sonic-slave/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build_and_push_docker()
if [ x$arch == x"amd64" ]; then
SLAVE_BASE_IMAGE=${SLAVE_DIR}
else
SLAVE_BASE_IMAGE=${SLAVE_DIR}-${arch}
SLAVE_BASE_IMAGE=${SLAVE_DIR}-march-${arch}
fi

tmpfile=$(mktemp)
Expand Down

0 comments on commit d5b4c61

Please sign in to comment.