M1 docker preview and keycloak ‘image’s platform (linux/amd64) does not match the detected host platform (linux/arm64/v8)’ Issue
you can try add this –platform linux/amd64 from https://github.com/google/cadvisor/issues/2763 https://github.com/Y2Data
you can try add this –platform linux/amd64 from https://github.com/google/cadvisor/issues/2763 https://github.com/Y2Data
Got an answer from a developer in the Homebrew github https://github.com/Homebrew/brew/issues/9173 arch -x86_64 /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)” Use this to install packages: arch -x86_64 brew install <package> If you have not yet installed Rosetta 2 to emulate Intel CPUs on ARM Macs, you will get the error arch: posix_spawnp: /bin/bash: Bad CPU type in … Read more
I had a similar issue. I ran brew cleanup which fixed the symlinks.