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
An example build file looks like below
# this image will have 4 layers in total oci_image( name = "debian10", layers = [ ":debian10_fs", ":debian10_passwd", ":libs" ] ) platforms = { # 1:2+ transitions "@platforms//linux": [ "@platforms//cpu:x86_64", "@platforms//cpu:arm64", "@platforms//cpu:armel", "@platforms//cpu:ppc", ] } # will yield multi-platform image oci_index( name = "debian_multi", image = ":debian10", platforms = platforms )
The text was updated successfully, but these errors were encountered:
PS: discovered that project-zot/zot#640 is a blocker
Sorry, something went wrong.
Add rules_java 4.0.0 (#17)
f6af4d0
Successfully merging a pull request may close this issue.
An example build file looks like below
The text was updated successfully, but these errors were encountered: