Open corasaniti opened 9 months ago
This doesn't work for you? https://github.com/wagoodman/dive/releases/download/v0.12.0/dive_0.12.0_linux_arm64.deb
arm64 docker image would by nice on mac with arm64
docker run -ti --rm -v /var/run/docker.sock:/var/run/docker.sock wagoodman/dive --help
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
This tool provides a way to discover and explore the contents of a docker image. Additionally the tool estimates
the amount of wasted space and identifies the offending files from the image.
…
Same problem here, please provide an arm64 docker image. TIA, Wolfgang
https://goreleaser.com/customization/docker/#customization
a potential example with buildx
https://github.com/goproxy/goproxy/blob/master/.goreleaser.yaml#L49
It would be nice to have a build that I could use on the Raspberry Pi. Thank you