You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2023. It is now read-only.
I am attempting to deploy an ASP.NET 5 Application to Heroku using the dotnet-buildpack. This is a brand new application created through Visual Studio 2015, I have not yet made any code modifications. While deploying, I get the error:
remote: Downloading dnvm as script to '/app/.dnx/dnvm'
remote:
remote: Appending source string to /app/.profile
remote: Type 'source /app/.dnx/dnvm/dnvm.sh' to start using dnvm
remote: Architecture must be x86 or x64.
remote:
remote: ! Push rejected, failed to compile ASP.NET 5 app
remote:
remote: Verifying deploy...
In my global.json I have specified the architecture as "x86".