dive icon indicating copy to clipboard operation
dive copied to clipboard

Build for ARM v8

Open corasaniti opened this issue 1 year ago • 4 comments

It would be nice to have a build that I could use on the Raspberry Pi. Thank you

corasaniti avatar Feb 03 '24 16:02 corasaniti

This doesn't work for you? https://github.com/wagoodman/dive/releases/download/v0.12.0/dive_0.12.0_linux_arm64.deb

strophy avatar Feb 05 '24 08:02 strophy

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.
…

vonProteus avatar Apr 26 '24 08:04 vonProteus

Same problem here, please provide an arm64 docker image. TIA, Wolfgang

wglas85 avatar May 28 '24 08:05 wglas85

https://goreleaser.com/customization/docker/#customization

a potential example with buildx

https://github.com/goproxy/goproxy/blob/master/.goreleaser.yaml#L49

gliptak avatar May 28 '24 18:05 gliptak