Normally, it's possible to pass a --platform flag to the docker command line tool to force it to use a particular platform. One way to fix this problem is to allow parameters to be passed to the docker execution.
An alternative solution would be to drop WARNING lines from the output in rbeconfigsgen.go (around line 280 or so, where the output is checked)
On an Apple Silicon Mac run:
This fails, with an error log:
Normally, it's possible to pass a
--platform
flag to thedocker
command line tool to force it to use a particular platform. One way to fix this problem is to allow parameters to be passed to the docker execution.An alternative solution would be to drop
WARNING
lines from the output inrbeconfigsgen.go
(around line 280 or so, where the output is checked)