robocin / ssl-core

MIT License
10 stars 0 forks source link

Build containers for both amd64 and arm64 platforms #101

Closed matheusvtna closed 2 months ago

matheusvtna commented 2 months ago

Summary

This pull request makes two key updates to allow build containers for both amd64 and arm64 platforms:

  1. Multi-Platform Support for Docker Builds: The dockerfile-build-and-push CI has been updated to support both amd64 and arm64 architectures;
  2. Ninja Generator: The installation process for the Ninja build system has been changed from using pre-compiled binaries to cloning and building from source.

These modifications enable seamless execution of ssl-core on Apple Silicon processors.