danihodovic / celery-exporter

A Prometheus exporter for Celery metrics
MIT License
399 stars 87 forks source link

multi platform - ARM64 release #171

Open voyc-geoffrey opened 1 year ago

voyc-geoffrey commented 1 year ago

Would it be possible to release this linux/arm64 on dockerhub?

danihodovic commented 1 year ago

cc @adinhodovic release meister

voyc-geoffrey commented 1 year ago

@danihodovic @adinhodovic Any idea when the new release will happen?

danihodovic commented 1 year ago

I'm currently busy with work and will be until the new year probably. Feel free to clone the repo and build a suitable release.

voyc-geoffrey commented 1 year ago

All good! Thank you for your hard working towards the repo already. Just wanted to know if there was a planned release. I shall wait until the new year then.

danihodovic commented 1 year ago

If you'd like to give it a go yourself have a look at this https://developer.arm.com/documentation/102475/0100/Multi-architecture-images. The docker crew have simplified the process with the buildx command.

n-029894 commented 9 months ago

@danihodovic Just mentioning to register interest. I would open a PR for this but I don't see (or maybe just don't understand) the build steps in your workflows config.

I am building my own image now but it would be nice to have official support.

danihodovic commented 9 months ago

There is no sophisticated build process. All I do is build the docker image and push to the registry for each new version.

If you would like to create a Github workflow for this open a pull-request.