OCI: Add sh.brew.tab to the image manifest
The tab is needed to install the package using the SHA-256 of the single-architecture image.
This commit is contained in:
parent
b1ad030853
commit
f35baa2752
@ -272,6 +272,7 @@ class GitHubPackages
|
||||
"org.opencontainers.image.title" => "#{formula_full_name} #{tag}",
|
||||
"com.github.package.type" => GITHUB_PACKAGE_TYPE,
|
||||
"sh.brew.bottle.glibc.version" => glibc_version,
|
||||
"sh.brew.tab" => tab.to_json,
|
||||
}).compact.sort.to_h
|
||||
|
||||
image_manifest = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user