How to fix Google Cloud Rails deployment issue

杀马特。学长 韩版系。学妹 提交于 2019-12-11 17:25:07

问题


I am trying to deploy a Rails app for testing using Google Cloud. I am following this tutorial by Google.

When I run the gcloud app deploy command, I get the following error message after some time:

Your bundle only supports platforms ["x64-mingw32"] but your local platforms are ["ruby", "x86_64-linux"], and there's no compatible match between those two lists.

I have a feeling that I am missing something regarding my bundle's operating systems support, but I don't know where the issue is located.

来源:https://stackoverflow.com/questions/57312065/how-to-fix-google-cloud-rails-deployment-issue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!