Category "multiarch"

How to use Github Actions with a Docker container with a different architecture

I would like to automate the building of an application I am writing. I want to build it for ARM64/v8 (aarch64) and amd64 (x86). I successfully created a Github

How to run "dotnet publish" with the runtime flag in a multi arch Dockerfile?

I have a set of ASP.NET Core 6.0 services hosted on AWS ECS Fargate. Currently they are running on x64 but I want to experiment using the ARM architecture. Also