Granulate / gprofiler

gProfiler is a system-wide profiler, combining multiple sampling profilers to produce unified visualization of what your CPU is spending time on.
https://profiler.granulate.io
Apache License 2.0
741 stars 54 forks source link

Use BuildKit via "docker buildx" everywhere #850

Closed Jongy closed 10 months ago

Jongy commented 10 months ago
  1. to standardize - as some locations used docker buildx and some used DOCKER_BUILDKIT
  2. In https://github.com/Granulate/gprofiler/actions/runs/5956037826/job/16158530773 it seems that DOCKER_BUILDKIT=1 fails although in the same workflow docker buildx worked 🤷