Description
ARM64 support in docker images
Use case / motivation
In the recent years ARM based cpu popularity hugely increased. The arm based cpus are offering better price to performance ratio and laptops outstanding performance. It's getting popular to run ARM nodes in your Kubernetes clusterss.
If you want to run airflow on arm node in kubernetes the docker image wont start it wailt fails with standard_init_linux.go:219: exec user process caused: exec format error.
ARM based cpu in the database world like AWS Graviton or in the consumer world like Apple M1.
Related Issues
In #14796 @potiuk confirmed there is no office support for ARM64 support in docker images
Update: ARM is supported for development now. The support for released imges is coming.
Description
ARM64 support in docker images
Use case / motivation
In the recent years ARM based cpu popularity hugely increased. The arm based cpus are offering better price to performance ratio and laptops outstanding performance. It's getting popular to run ARM nodes in your Kubernetes clusterss.
If you want to run airflow on arm node in kubernetes the docker image wont start it wailt fails with
standard_init_linux.go:219: exec user process caused: exec format error.ARM based cpu in the database world like AWS Graviton or in the consumer world like Apple M1.
Related Issues
In #14796 @potiuk confirmed there is no office support for ARM64 support in docker images
Update: ARM is supported for development now. The support for released imges is coming.