[Feature] Publish Docker for ARM platform #1326
Labels
community
This PR is from a community member
enhancement
New feature or request
help_wanted
Extra attention is needed
Is this your first time submitting a feature request?
Describe the feature
The current docker image only support
linux/amd64
platform. It makes it impossible to run the image on ARMDescribe alternatives you've considered
In order to test on a local Mac, I have to build the image locally.
After looking at the release script, it seems that in input parameters of the docker release script, we can easily specify target platforms (https://github.com/dbt-labs/dbt-release/blob/8e581cac0fdcf3cefc7a72736d4d71f51420d7b5/.github/workflows/release-docker.yml#L32).
Who will this benefit?
People who run M1/M2 macbook would be able to run the image locally. Also, AWS offers Graviton processors based on ARM, people running on those machine could also use it.
Are you interested in contributing this feature?
yes!
Anything else?
No response
The text was updated successfully, but these errors were encountered: