ryudice / net5-multiarch-microservice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET 5 Multiarchicture Microservice

This codebase demonstrates how to build a minimal microservice using .NET 5 and C# 9 new features, and build a multiarchitecture docker image that can be deployed into multiple CPU architectures, in this case AMD64 and ARM64.

About


Languages

Language:C# 64.0%Language:Dockerfile 36.0%