pr-upload: Fix GitHub Packages for Linux
Fix GitHub Packages for Linux and third-party taps. - Copy all architecture images using `skopeo copy --all`
This commit is contained in:
parent
bfb9134884
commit
a631377fd2
@ -259,7 +259,7 @@ class GitHubPackages
|
||||
image_tag = "#{org_prefix}/#{package_name}:#{version_rebuild}"
|
||||
puts
|
||||
system_command!(skopeo, verbose: true, print_stdout: true, args: [
|
||||
"copy", "--dest-creds=#{user}:#{token}",
|
||||
"copy", "--all", "--dest-creds=#{user}:#{token}",
|
||||
"oci:#{root}", "docker://#{image_tag}"
|
||||
])
|
||||
ohai "Uploaded to https://github.com/orgs/Homebrew/packages/container/package/#{package_name}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user