Closed1
Railsチュートリアル(DevContainers)のプラットフォームの不一致について調べる

RenderでのBuild時のError Message
Nov 24 09:19:55 AM ==> Cloning from https://github.com/nekonado/rails-tutorial-toy-app...
Nov 24 09:19:56 AM ==> Checking out commit d285c8c5054ec6432afe1dca5d70aeccca7f7602 in branch main
Nov 24 09:19:58 AM ==> Using Node version 14.17.0 (default)
Nov 24 09:19:58 AM ==> Docs on specifying a Node version: https://render.com/docs/node-version
Nov 24 09:19:58 AM ==> Using Ruby version 3.2.2 via /opt/render/project/src/.ruby-version
Nov 24 09:19:58 AM ==> Docs on specifying a Ruby version: https://render.com/docs/ruby-version
Nov 24 09:19:59 AM ==> Running build command './bin/render-build.sh'...
Nov 24 09:19:59 AM Your bundle only supports platforms ["aarch64-linux"] but your local platform is
Nov 24 09:19:59 AM x86_64-linux. Add the current platform to the lockfile with
Nov 24 09:19:59 AM `bundle lock --add-platform x86_64-linux` and try again.
Nov 24 09:19:59 AM ==> Build failed 😞
ChatGPTからの回答
上記への対応commit
このスクラップは2024/09/13にクローズされました