Open dgrove-oss opened 3 months ago
@shawnallen85 has a PR open for runtime-dotnet. After it merges and we verify the GitHub Actions are publishing multi-arch runtime-dotnet images as expected we can look into propagating the improvement across all of our runtime projects and applying it here too.
https://hub.docker.com/r/openwhisk/action-dotnet-v6.0/tags
Looks like we have both arm64 and amd64 architectures published to docker hub.
We use a custom
distDocker
gradle task through the OpenWhisk project.We should upgrade this task to support building/pushing proper multi-arch images (ie, both amd64 and arm64) to make it easier to develop OpenWhisk on modern Macs.