joshuaflanagan / serverless-ruby-package

serverless plugin to package ruby gems
39 stars 11 forks source link

Run integration specs on Mac M1 #52

Closed Andersond11 closed 1 year ago

Andersond11 commented 1 year ago

This addresses an issue I was seeing when attempting to run the integration specs on an M1 Mac:

The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8)

As well as updating the README to reflect the correct integration test file name

joshuaflanagan commented 1 year ago

I think I've noticed that README problem multiple times in the past and kept forgetting to fix it. Thanks!