airbytehq / airbyte

The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.
https://airbyte.com
Other
16.08k stars 4.12k forks source link

[airbyte-ci] make command for airbyte-ci builds the wrong architecture on aarch64 linux #41955

Open snowch opened 3 months ago

snowch commented 3 months ago

Topic

No response

Relevant information

the make command for airbyte-ci builds the wrong architecture:

file /home/chrissnow/.local/bin/airbyte-ci
/home/chrissnow/.local/bin/airbyte-ci: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=979c889cc9ca56a33ed67aeb4d2d05cb8db2df1b, for GNU/Linux 2.6.32, stripped

my arch

$ arch
aarch64
$ uname -a
Linux utm 6.8.0-38-generic #38-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun  7 17:43:15 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
$ cat /etc/issue
Ubuntu 24.04 LTS \n \l
natikgadzhi commented 3 months ago

Thanks for reporting! Not scheduled yet, but we'll take a look, probably not rocket science to fix.