philippgille / hello-netcoreapp

Basic .NET Core console application with additional scripts and files for building the app and creating release artifacts for a framework-dependent deployment, self-contained deployment, Docker image, Chocolatey package and AppImage
GNU General Public License v3.0
6 stars 5 forks source link

Add arm32 Docker image #43

Closed philippgille closed 6 years ago

philippgille commented 6 years ago

.NET Core added arm32v7 Docker base images, see https://github.com/dotnet/announcements/issues/29.

Utilize that base image to create our own arm32-compatible Docker image for hello-netcoreapp.