metacall / core

MetaCall: The ultimate polyglot programming experience.
https://metacall.io
Apache License 2.0
1.55k stars 160 forks source link

Add Digest Export and Manifest Creation for Multi-Arch Docker Builds #521

Open Bcoderx6 opened 2 weeks ago

Bcoderx6 commented 2 weeks ago

This pull request enhances the Docker image build workflow to support exporting image digests and creating a manifest list for multi-architecture Docker builds. The changes include:

The login and logout steps for DockerHub are currently commented out. Uncomment these steps if DockerHub authentication is required. The workflow now supports linux/amd64, linux/arm64, linux/arm/v6, and linux/arm/v7 platforms.

Bcoderx6 commented 2 weeks ago

@viferga