apache / openwhisk

Apache OpenWhisk is an open source serverless cloud platform
https://openwhisk.apache.org/
Apache License 2.0
6.55k stars 1.17k forks source link

Produce multi-arch docker images #5503

Open dgrove-oss opened 3 months ago

dgrove-oss commented 3 months ago

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.

dgrove-oss commented 1 month 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.

shawnallen85 commented 1 month ago

https://hub.docker.com/r/openwhisk/action-dotnet-v6.0/tags

Looks like we have both arm64 and amd64 architectures published to docker hub.