bender
bender copied to clipboard
Please support linux/amd64
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
+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 .
+1
Are you sure you didn't request arm64
yourself, since I can clearly see in Docker Hub it's built for linux/amd64
only?
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 any luck with an arm64 version?