bender icon indicating copy to clipboard operation
bender copied to clipboard

Please support linux/amd64

Open aston314 opened this issue 2 years ago • 5 comments

Status: Downloaded newer image for jez500/bender:latest WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

aston314 avatar Aug 27 '22 00:08 aston314

+1 for this. Can use docker buildx for this. now builded it myself, but maby @jez500 can do this.

docker buildx build -t repo/bender:latest -f Dockerfile --push --platform=linux/arm64,linux/amd64 .

RDG88 avatar Aug 27 '22 07:08 RDG88

+1

mariushosting avatar Aug 27 '22 22:08 mariushosting

Are you sure you didn't request arm64 yourself, since I can clearly see in Docker Hub it's built for linux/amd64 only?

kotnik avatar Aug 28 '22 08:08 kotnik

I don't have an arm device to test this on but happy to accept any PRs that solve this. The base image is node:lts-alpine atm https://github.com/jez500/bender/blob/master/Dockerfile#L13

jez500 avatar Aug 28 '22 23:08 jez500

@jez500 any luck with an arm64 version?

fergu5 avatar Feb 27 '23 19:02 fergu5