Skip to content

ERROR: can't build under arm64 architecture  #48

@leslieluyu

Description

@leslieluyu

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

  1. login to a aws ECS machine with arm64 platform
  2. check the architecture
$uname -m
aarch64
  1. follow the readme:
$ git clone https://github.com/GoogleCloudPlatform/cloud-profiler-java.git
$ cd cloud-profiler-java
$ ./build.sh -m arm64
  1. error log:
    -m arm64 is supported only when running on an ARM64 system.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions