From f35baa27522997712b6c1a45ef19793ad839b6f9 Mon Sep 17 00:00:00 2001 From: Shaun Jackman Date: Sat, 3 Apr 2021 15:01:44 -0700 Subject: [PATCH] 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. --- Library/Homebrew/github_packages.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/github_packages.rb b/Library/Homebrew/github_packages.rb index cb1419d68d..29bd9f7b0d 100644 --- a/Library/Homebrew/github_packages.rb +++ b/Library/Homebrew/github_packages.rb @@ -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 = {