-
Notifications
You must be signed in to change notification settings - Fork 122
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
Docker: build mulitarchitecture images #692
base: master
Are you sure you want to change the base?
Conversation
Hi @RoEdAl Thanks, I like your idea, but:
|
|
45 min is too long, I'm afraid. We need to do that somehow asynchronously, for not waiting 45 minutes to merge PR |
Maybe |
Make sense. We can build everything only for releases. |
PS: tests still not fixed :( |
The problem is that |
Thanks to docker/build-push-action@v6 action now it's easy to build multiarchitecture Docker images. So, I decided to modify
docker-ghcrio.yml
workflow and build (publish) Docker images for ARM64 (linux/arm64
) and ARM (linux/arm/v7
,linux/arm/v6
) architectures.Dockerfile
was also improved a bit.Related PR: go-graphite/carbonapi#858