Skip to content

Commit ffaf99a

Browse files
committed
change default arch type
1 parent ceea943 commit ffaf99a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/learning-paths/servers-and-cloud-computing/migrate-ease/3_migrate_ease_run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Here's an explanation of each of the arguments passed to the scanner tool:
6565

6666
`{result_file_name}`: The name of the exported results file (without the extension).
6767

68-
`{arch}`: The architecture type; `aarch64` is the default.
68+
`{arch}`: The architecture type; `armv8-a` is the default.
6969

7070
`{scan_path}`: The path to the code you want to scan.
7171

content/learning-paths/servers-and-cloud-computing/migrate-ease/4_migrate_ease_analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Support for AArch64 was added in Protobuf version v3.5.0 (November 2017). To dem
1515
Use migrate-ease to scan protobuf v2.5.0 and output the results to a JSON file named `result.json`:
1616

1717
```bash
18-
python3 -m cpp --git-repo https://github.com/protocolbuffers/protobuf.git --branch v2.5.0 --output result.json --march aarch64 protobuf
18+
python3 -m cpp --git-repo https://github.com/protocolbuffers/protobuf.git --branch v2.5.0 --output result.json --march armv8-a protobuf
1919
```
2020

2121
The scan will generate a file called `result.json` in your current directory.

0 commit comments

Comments
 (0)