-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-arch support for a nydus-snapshotter image #583
Comments
BbolroC
added a commit
to BbolroC/nydus-snapshotter
that referenced
this issue
Mar 18, 2024
This commit is to build and release `ghcr.io/containerd/nydus-snapshotter` for multiple platforms (below) by leveraging GHA's QEMU/buildx funtionalities. - amd64 - arm64 - s390x - ppc64le Fixes: containerd#583 Signed-off-by: Hyounggyu Choi <[email protected]>
BbolroC
added a commit
to BbolroC/nydus-snapshotter
that referenced
this issue
Mar 18, 2024
This commit is to build and release `ghcr.io/containerd/nydus-snapshotter` for multiple platforms (below) by leveraging GHA's QEMU/buildx funtionalities. - amd64 - arm64 - s390x - ppc64le Fixes: containerd#583 Signed-off-by: Hyounggyu Choi <[email protected]>
BbolroC
added a commit
to BbolroC/nydus-snapshotter
that referenced
this issue
Mar 18, 2024
This commit is to build and release `ghcr.io/containerd/nydus-snapshotter` for multiple platforms (below) by leveraging GHA's QEMU/buildx funtionalities. - amd64 - arm64 - s390x - ppc64le Fixes: containerd#583 Signed-off-by: Hyounggyu Choi <[email protected]>
@BbolroC :( It seems have a wrap line problem when handle latest and tag: https://github.com/containerd/nydus-snapshotter/actions/runs/8325473739/job/22779362791 |
@imeoer Thanks for sharing the log. I missed a tagging part. I will update the PR. 😉 |
BbolroC
added a commit
to BbolroC/nydus-snapshotter
that referenced
this issue
Mar 18, 2024
This commit is to build and release `ghcr.io/containerd/nydus-snapshotter` for multiple platforms (below) by leveraging GHA's QEMU/buildx funtionalities. - amd64 - arm64 - s390x - ppc64le Fixes: containerd#583 Signed-off-by: Hyounggyu Choi <[email protected]>
BbolroC
added a commit
to BbolroC/nydus-snapshotter
that referenced
this issue
Mar 18, 2024
The PR containerd#584 overlooked a scenario involving more than two elements in `steps.meta.outputs.tags`. This commit addresses that by iterating over the tags and creating/pushing a manifest only for tags ending with `latest`. Fixes: containerd#583 Signed-off-by: Hyounggyu Choi <[email protected]>
BbolroC
added a commit
to BbolroC/nydus-snapshotter
that referenced
this issue
Mar 18, 2024
The PR containerd#584 overlooked a scenario involving more than two elements in `steps.meta.outputs.tags`. This commit addresses that by iterating over the tags and creating/pushing a manifest for them, respectively. Fixes: containerd#583 Signed-off-by: Hyounggyu Choi <[email protected]>
BbolroC
added a commit
to BbolroC/nydus-snapshotter
that referenced
this issue
Mar 18, 2024
The PR containerd#584 overlooked a scenario involving more than two elements in `steps.meta.outputs.tags`. This commit addresses that by iterating over the tags and creating/pushing a manifest for them, respectively. Fixes: containerd#583 Signed-off-by: Hyounggyu Choi <[email protected]>
BbolroC
added a commit
to BbolroC/nydus-snapshotter
that referenced
this issue
Mar 18, 2024
The PR containerd#584 overlooked a scenario involving more than two elements in `steps.meta.outputs.tags`. This commit addresses that by iterating over the tags and creating/pushing a manifest for them, respectively. Fixes: containerd#583 Signed-off-by: Hyounggyu Choi <[email protected]>
BbolroC
added a commit
to BbolroC/nydus-snapshotter
that referenced
this issue
Mar 18, 2024
The PR containerd#584 overlooked a scenario involving more than two elements in `steps.meta.outputs.tags`. This commit addresses that by iterating over the tags and creating/pushing a manifest for them, respectively. Fixes: containerd#583 Signed-off-by: Hyounggyu Choi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The project is currently utilized by
confidential-containers
. Presently, the CI system is set up exclusively for x86_64 architecture. As the project progresses, there's a need to expand the CI to include support for other platforms. However, the deployment relies on an image,ghcr.io/containerd/nydus-snapshotter
, which is only compatible with x86_64 architecture. It would be advantageous to transform this into a multi-arch image using a GitHub Actions workflow.The text was updated successfully, but these errors were encountered: