Reputation: 583
./config.sh: line 85: ./bin/Agent.Listener: cannot execute binary file
Upvotes: 0
Views: 327
Reputation: 51143
Update:
The build agent does not support x64 based ARM (aarch64, arm64). More details please take a look at this similar issue: ARM agent fails to configure
The agent is based on .NET Core 2.1. You can run this agent on several Linux distributions. We support the following subset of .NET Core supported distributions:
x64
ARM32 (see note 2)
Regardless of your platform, you will need to install Git 2.9.0 or higher. We strongly recommend installing the latest version of Git.
Not familiar with Amazon related product, however you need to make sure that environment meet all prerequisites above. Otherwise, the build agent could not be installed succeed. Update:
Besides, you could also give a try with some other environment to narrow down your issue. Also suggest you to use the latest version of the agent.
More details please kindly refer our official tutorial here: Self-hosted Linux agents
Upvotes: 1