You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add arm64/aarch64 multi-arch support
Add support for arm64 architecture:
- Map arm64 to aarch64 in GetArch() for kernel/binary paths
- Map arm64 to aarch64 in cloud-hypervisor binary extraction
- Add platform-specific OCI image pulling with remote.WithPlatform()
to correctly pull the right architecture for multi-arch images
- Add golang/protobuf dependency for grpc compatibility
* Refactor inspectManifest to use remote.Image for platform-specific digests (#46)
Co-authored-by: Cursor Agent <[email protected]>
---------
Co-authored-by: Cursor Agent <[email protected]>
0 commit comments