Update aarch64 url link (#100)

* Update helloworld README.md

ecc-aarch64 url

* Update helloworld README_en.md

* Update README.md

* Update README_en.md

---------

Co-authored-by: 云微 <1067852565@qq.com>
This commit is contained in:
xianwei zheng
2024-01-23 23:11:12 +08:00
committed by GitHub
parent 5bd4d221ff
commit 07be755f59
2 changed files with 3 additions and 1 deletions

View File

@@ -56,9 +56,10 @@ $ wget https://github.com/eunomia-bpf/eunomia-bpf/releases/latest/download/ecc &
$ ./ecc -h
eunomia-bpf compiler
Usage: ecc [OPTIONS] <SOURCE_PATH> [EXPORT_EVENT_HEADER]
....
```
注:假如在 aarch64 平台上,请从 release 下载 [ecc-aarch64](https://github.com/eunomia-bpf/eunomia-bpf/releases/latest/download/ecc-aarch64) 和 [ecli-aarch64](https://github.com/eunomia-bpf/eunomia-bpf/releases/latest/download/ecli-aarch64).
也可以使用 docker 镜像进行编译:
```console

View File

@@ -58,6 +58,7 @@ eunomia-bpf compiler
Usage: ecc [OPTIONS] <SOURCE_PATH> [EXPORT_EVENT_HEADER]
....
```
Note: If you are on the aarch64 platform, please use the [ecc-aarch64](https://github.com/eunomia-bpf/eunomia-bpf/releases/latest/download/ecc-aarch64) and [ecli-aarch64](https://github.com/eunomia-bpf/eunomia-bpf/releases/latest/download/ecli-aarch64).
You can also compile using the docker image: