containerd / nydus-snapshotter

A containerd snapshotter with data deduplication and lazy loading in P2P fashion
https://nydus.dev/
Apache License 2.0
156 stars 88 forks source link

action: enable nydus-snapshotter image to support multi-arch #584

Closed BbolroC closed 3 months ago

BbolroC commented 3 months ago

This commit is to build and release ghcr.io/containerd/nydus-snapshotter for multiple platforms (below) by leveraging GHA's QEMU/buildx funtionalities.

The workflow was verified and the image is available at https://github.com/BbolroC/nydus-snapshotter/pkgs/container/nydus-snapshotter/179477460?tag=enable-multi-arch-image.

Fixes: #583

Signed-off-by: Hyounggyu Choi Hyounggyu.Choi@ibm.com

imeoer commented 3 months ago

@BbolroC Thanks for the PR!

imeoer commented 3 months ago

@BbolroC Let's release v0.13.9 once merged.