Describe the bug
when built on an AWS EC2 machine with Arm64 architecture, there was an error said:
-m arm64 is supported only when running on an ARM64 system.
To Reproduce
- login to a aws ECS machine with arm64 platform
- check the architecture
- follow the readme:
$ git clone https://github.com/GoogleCloudPlatform/cloud-profiler-java.git
$ cd cloud-profiler-java
$ ./build.sh -m arm64
- error log:
-m arm64 is supported only when running on an ARM64 system.