mgm3746 / garbagecat

Parses Java garbage collection logging and analyzes collectors, safepoint triggers, JVM version, JVM options, and OS information and reports error/warn/info level analysis and recommendations to support JVM tuning and troubleshooting for OpenJDK derivatives: (e.g. Adoptium, Azul, Microsoft, Oracle, Red Hat, etc.).
https://github.com/mgm3746/garbagecat/wiki
Eclipse Public License 1.0
211 stars 50 forks source link

Docker image for Linux arm64 #205

Open harry-xm opened 5 months ago

harry-xm commented 5 months ago

On arm64 Linux, I can not run garbagecat in Docker:

Unable to find image 'ghcr.io/mgm3746/garbagecat:main' locally
main: Pulling from mgm3746/garbagecat
docker: no matching manifest for linux/arm64/v8 in the manifest list entries.

This can be fixed by pushing multi-platform images to the registry.

mgm3746 commented 5 months ago

Thank you, I will take a look.