aspnet / MusicStore

[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
1.3k stars 878 forks source link

Heroku deploy seems to be broken #633

Closed michaelhidalgo closed 7 years ago

michaelhidalgo commented 8 years ago

I was trying to deploy MusicStore and it failed at Heroku. This is the log message I got :

-> Fetching set buildpack https://github.com/heroku/dotnet-buildpack.git... done -----> ASP.NET 5 app detected installing https://github.com/friism/mono-builder/releases/download/v4.0.1.44/mono-4.0.1.44.tar.gz Downloading dnvm as script to '/app/.dnx/dnvm' Appending source string to /app/.profile Type 'source /app/.dnx/dnvm/dnvm.sh' to start using dnvm Architecture must be x86 or x64. ! Push rejected, failed to compile ASP.NET 5 app

Eilon commented 7 years ago

Mono is no longer supported so we removed the Heroku deploy button in this PR: https://github.com/aspnet/MusicStore/pull/708