Brian Olsen
10/28/2021, 9:17 PMAttaching to airbyte-db, airbyte-scheduler, airbyte-server, airbyte-temporal, airbyte-webapp, airbyte-worker, init
init | standard_init_linux.go228 exec user process caused: exec format error
init exited with code 1
airbyte-temporal | standard_init_linux.go228 exec user process caused: exec format error
airbyte-db | standard_init_linux.go228 exec user process caused: exec format error
airbyte-server | standard_init_linux.go228 exec user process caused: exec format error
airbyte-scheduler | standard_init_linux.go228 exec user process caused: exec format error
airbyte-worker | standard_init_linux.go228 exec user process caused: exec format error
airbyte-webapp | standard_init_linux.go228 exec user process caused: exec format errorIs ARM not supported by airbyte?
[DEPRECATED] Marcos Marx
This can happen if you're trying to run an x86 built image on an arm64/aarch64 machine.
You'll need to rebuild the image using the corresponding architecturehttps://stackoverflow.com/questions/42494853/standard-init-linux-go178-exec-user-process-caused-exec-format-error
Brian Olsen
10/29/2021, 3:08 AM