We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would it be possible to add multi platform support to the docker image?
It should be (famous last words) nothing more than adding this config: https://github.com/GoogleContainerTools/jib/blob/master/docs/faq.md#how-do-i-specify-a-platform-in-the-manifest-list-or-oci-index-of-a-base-image
And probably the following in the GHA
- name: Set up QEMU uses: docker/setup-qemu-action@v2 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2
The text was updated successfully, but these errors were encountered:
Hm, that's interesting. Thank you. I'll take a look. Will need to check how it uploads multiple images to a registry, etc.
Sorry, something went wrong.
add gzip compression to JsonRpcHttpClient (emeraldpay#192)
13efe73
No branches or pull requests
Would it be possible to add multi platform support to the docker image?
It should be (famous last words) nothing more than adding this config: https://github.com/GoogleContainerTools/jib/blob/master/docs/faq.md#how-do-i-specify-a-platform-in-the-manifest-list-or-oci-index-of-a-base-image
And probably the following in the GHA
The text was updated successfully, but these errors were encountered: