Build multi arch docker image using buildx failing #2859
Unanswered
er-santosh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there
I have cloned the master branch and tried to build multi arch docker images(using ubuntu).
docker buildx build --platform linux/arm64/v8,linux/amd64 -t umami-analytics . --load --build-arg DATABASE_TYPE=postgres
But it takes like infinite time to build the image and throws error at point
yarn build-docker
at the end.I am struggling to build the images for multiple architecture.
Note: its building docker image for amd64 using
docker build -t umami-analytics . --build-arg DATABASE_TYPE=postgres
What might be the issue here? Please help!!
Beta Was this translation helpful? Give feedback.
All reactions