Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudharysaket committed May 16, 2024
1 parent 464891b commit 8ea24e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ruby/publish-ecr-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@ set +u # permit $1 to be unbound so that '*' matches it when no args are present
case "$1" in
"ruby3.3")
build_and_publish_ruby_for_arch $RUBY33_DIST_X86_64 '3.3' 'x86_64'
publish_docker_ecr $RUBY33_DIST_X86_64 ruby3.3 arm64
publish_docker_ecr $RUBY33_DIST_X86_64 ruby3.3 x86_64
build_and_publish_ruby_for_arch $RUBY33_DIST_ARM64 '3.3' 'arm64'
publish_docker_ecr $RUBY33_DIST_ARM64 ruby3.3 arm64

;;
"ruby3.2")
build_and_publish_ruby_for_arch $RUBY32_DIST_X86_64 '3.2' 'x86_64'
publish_docker_ecr $RUBY32_DIST_X86_64 ruby3.2 arm64
publish_docker_ecr $RUBY32_DIST_X86_64 ruby3.2 x86_64
build_and_publish_ruby_for_arch $RUBY32_DIST_ARM64 '3.2' 'arm64'
publish_docker_ecr $RUBY32_DIST_ARM64 ruby3.2 arm64
;;
Expand Down

0 comments on commit 8ea24e0

Please sign in to comment.