ivan_kovbas
09/01/2021, 3:39 PMmeltano/meltano:v1.75.0-python3.7
docker image to set up a local environment for my project.
I'm using MacBook on M1 chip and docker runs the amd64
image version under emulation. In general, it works fine, but it would be great to run the Meltano image in native mode.
Do you have plans to create and publish Docker image for arm64
architecture? Are there some issues with it?edgar_ramirez_mondragon
09/01/2021, 10:02 PMivan_kovbas
09/03/2021, 6:00 AMivankovbas@Ivans-MacBook-Pro-2 ~ % docker manifest inspect python:3.6 | grep architecture
"architecture": "amd64",
"architecture": "arm",
"architecture": "arm",
"architecture": "arm64",
"architecture": "386",
"architecture": "mips64le",
"architecture": "ppc64le",
"architecture": "s390x",
What do you think about changing the way how the Meltano image is built and build it Multi-Arch as well?edgar_ramirez_mondragon
09/03/2021, 2:48 PMivan_kovbas
09/03/2021, 3:20 PM