Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

temporal does not run on aws graviton arm64 #18589

Closed
rhooper opened this issue Oct 28, 2022 · 2 comments
Closed

temporal does not run on aws graviton arm64 #18589

rhooper opened this issue Oct 28, 2022 · 2 comments

Comments

@rhooper
Copy link
Contributor

rhooper commented Oct 28, 2022

This may be a duplicate, but I couldn't find a match.

Environment

  • Airbyte version: :0.39.37-alpha
  • OS Version / Instance: AWS Graviton (arm64)
  • Deployment: helm w/0.40.33 chart, helm w/0.40.17 chart
  • Source Connector and version: any
  • Destination Connector and version: any
  • Step where error happened: Deploy

Current Behavior

temporalio/auto-start does not have an arm image until 1.13.14, so it fails with exec format error
The version of temporalio/auto-start is 1.7.0

Expected Behavior

temporal works on arm64

Logs

exec /bin/bash: exec format error                                                                                                                                    │

Steps to Reproduce

  1. Create a kubernetes arm64 cluster.
  2. Add the airbyte helm repository helm repo add airbyte https://airbytehq.github.io/helm-charts
  3. Perform a helm install of airbyte
kubectl create ns airbyte
helm install -n airbyte airbyte airbyte/airbyte --version 0.40.33
  1. Check the pod statuses kubectl get pods - should be failed
  2. Check the logs
    Result: exec /bin/bash: exec format error

Are you willing to submit a PR?

Yes!

@c-p-b
Copy link
Contributor

c-p-b commented Apr 25, 2023

@davinchia
Copy link
Contributor

This is done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants