oras-project / rust-oci-client

A Rust crate to interact with OCI registries
Apache License 2.0
90 stars 47 forks source link

consider ARCH as ppc64le when rust arch is powerpc64 #86

Closed Amulyam24 closed 1 year ago

Amulyam24 commented 1 year ago

The rust target arch for ppc64le is powerpc64. However, while resolving the platform for an image, consider it as ppc64le.

flavio commented 1 year ago

@Amulyam24 can you rebase your PR and address the broken tests? Ignore the ones about cargo deny, they are going to be fixed by a PR I just merged (hence the request to rebase)

Amulyam24 commented 1 year ago

@Amulyam24 can you rebase your PR and address the broken tests? Ignore the ones about cargo deny, they are going to be fixed by a PR I just merged (hence the request to rebase)

Sure @flavio. Rebased and fixed the issue.

flavio commented 1 year ago

thanks for the fix

Amulyam24 commented 1 year ago

@flavio, is there an estimated time period for the next release?