Closed fidencio closed 1 year ago
https://github.com/fidencio/nydus-snapshotter/actions/runs/6670584297 is an example of the action successfully running.
Ideally, we'd need a release as soon as this one gets merged. :-)
/cc @bergwolf
Unfortunately, we haven't provided s390x nydusd yet. And there's a build failure on s390x. See https://github.com/cloud-hypervisor/fuse-backend-rs/pull/170
Unfortunately, we haven't provided s390x nydusd yet
Yep, that's the reason I am avoiding to even try to provide the image for different arches. But, out of curiosity, how does this block the nydus-snapshotter tarball release for s390x?
Asking as we've been using that (built by myself) as part of the CoCo CI already :-)
@fidencio No, it does not block this PR but nydus-snapshotter does not work w/o nydusd. So the functionality is still blocked.
@fidencio No, it does not block this PR but nydus-snapshotter does not work w/o nydusd. So the functionality is still blocked.
It actually does for the confidential containers use case we don't actually need nydusd for pulling the image in the guest.
I'm closing this one in favour of #553.
This series is the very start to allow shipping tarball including binaries for different architectures than x86_64.
The focus here is s390x, which is used by Confidential Containers, but this can easily be expanded in the future.
Last but not least, for now we have no interest in publishing a multi-architecture image.
Fixes: https://github.com/containerd/nydus-snapshotter/issues/548