File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- * static anaylsis * :
1
+ * static analysis * :
2
2
3
3
[ ![ Total alerts] ( https://img.shields.io/lgtm/alerts/g/Azure/sonic-buildimage.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/Azure/sonic-buildimage/alerts/ )
4
4
[ ![ Language grade: Python] ( https://img.shields.io/lgtm/grade/python/g/Azure/sonic-buildimage.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/Azure/sonic-buildimage/context:python )
@@ -114,7 +114,7 @@ To build SONiC installer image and docker images, run the following commands:
114
114
make all
115
115
116
116
## Usage for ARM Architecture
117
- To build Arm32 bit for (ARMHF) plaform
117
+ To build Arm32 bit for (ARMHF) platform
118
118
ARM build has dependency in docker version 18,
119
119
if docker version is 19, downgrade to 18 as below
120
120
sudo apt-get install --allow-downgrades -y docker-ce=5:18.09.0~ 3-0~ ubuntu-xenial
@@ -134,7 +134,7 @@ To build Arm32 bit for (ARMHF) plaform
134
134
135
135
136
136
137
- To build Arm64 bit for plaform
137
+ To build Arm64 bit for platform
138
138
139
139
# Execute make configure once to configure ASIC and ARCH
140
140
You can’t perform that action at this time.
0 commit comments