Closed Pr3d4dor closed 1 year ago
Thanks for the report!
It seems (from a quick look) that you didn't set the architecture
field in serverless.yml
?
@mnapoli Thanks for the response, we did not set it. I will try it now. Maybe I misread something in the docs (that using layers, the architecture field is not needed).
Warning: the example above uses the new runtime: php-xx syntax introduced above. If you set layers instead, you will need to update them to reference ARM layers:
@mnapoli It worked, thanks!
I will close the issue now.
Thanks for the feedback, I have pushed https://github.com/brefphp/bref/commit/651523ecfef982ba5d2299f5580b39b400c1a617 to improve the guide!
Description:
Recently we updated our backend to bref v2, using arm images, but we are getting this error:
Did we do something wrong?
serverless.yml
How to reproduce:
Use an arm image.