Adrian J
05/22/2023, 2:00 PMairbyte/normalization:0.4.0
? I'm using an ARM processor and I'm thinking I have to recompile something for it. The error message I get in its log is exec /bin/sh: exec format error
kapa.ai
05/22/2023, 2:00 PMkapa.ai
05/22/2023, 2:01 PMAkilesh V
06/01/2023, 1:39 PMdocker buildx
or install QEMU or possibly both.
sudo apt-get install -y qemu qemu-user-static
docker buildx build --platform linux/arm64 --no-cache -t airbyte/normalization:0.4.0
ref: https://stackoverflow.com/questions/73253352/docker-exec-bin-sh-exec-format-error-on-arm64Adrian J
06/01/2023, 2:44 PMAman Kesharwani
06/23/2023, 11:47 AM