We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are running dbt on an arm64 cpu machine. Are there any plans to create an official image for the arm64 platform?
Currently there are no official images that support arm64, so we build our own images as follows
FROM python RUN pip install -U pip RUN pip install dbt-core==1.6.1 RUN pip install dbt-snowflake==1.6.2 ...
All those running dbt docker images on the arm64 platform
No response
The text was updated successfully, but these errors were encountered:
We don't have plans to provide official images across a variety of platforms, so building your own is the way to go 👍
Sorry, something went wrong.
No branches or pull requests
Is this your first time submitting a feature request?
Describe the feature
We are running dbt on an arm64 cpu machine.
Are there any plans to create an official image for the arm64 platform?
Describe alternatives you've considered
Currently there are no official images that support arm64, so we build our own images as follows
Who will this benefit?
All those running dbt docker images on the arm64 platform
Are you interested in contributing this feature?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: