Skip to content

Commit ca40ec2

Browse files
committed
Generate merge manifest also for jruby image
Regression since ef6e6a2 split jruby into per-arch images.
1 parent 1c7b338 commit ca40ec2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Rakefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ namespace :release do
144144
sh "docker buildx imagetools create -t #{tag.sub("linux-gnu", "linux")} #{tag}-ARM64 #{tag}-X64"
145145
end
146146
end
147+
148+
jruby_tag = RakeCompilerDock::Starter.container_image_name(rubyvm: "jruby")
149+
sh "docker buildx imagetools create -t #{jruby_tag} #{jruby_tag}-ARM64 #{jruby_tag}-X64"
147150
end
148151

149152
desc "Show download sizes of the release images"

0 commit comments

Comments
 (0)