Error running abctl binary on EC2 instance

Summary

User is encountering an error when trying to migrate from Docker Compose to abctl on an EC2 instance, specifically related to system architecture. They are unable to execute the abctl binary file.


Question

Hi! I’m self hosting airbyte on ec2. I’m trying to migrate from docker compose to abctl but running into an error with system architecture I believe. Wondering if anyone ran into the same issue and how they solved it.

aarch64```
```curl -LsfS <https://get.airbyte.com> | bash -

Installing for Linux...
Downloading abctl from <https://github.com/airbytehq/abctl/releases/download/v0.13.1/abctl-v0.13.1-linux-amd64.tar.gz>
Installing 'release/abctl-v0.13.1-linux-amd64/abctl' to /usr/local/bin
bash: line 242: /usr/local/bin/abctl: cannot execute binary file

abctl install failed: bash: line 242: /usr/local/bin/abctl: cannot execute binary file```

<br>

---

This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1724875721010639) if you want 
to access the original thread.

[Join the conversation on Slack](https://slack.airbyte.com)

<sub>
["ec2", "abctl", "docker-compose", "system-architecture", "binary-file-error"]
</sub>

Switch your instance type to amd64

there’s an arm64 release pre-built: https://github.com/airbytehq/abctl/releases/tag/v0.13.1. the install script must not handle that, but you can install abctl manually for the right platform

thanks for bringing this to our attention. I will look at the script today.