diff options
author | Sean Simmons <ssimmons@progress.com> | 2023-03-29 14:22:23 -0400 |
---|---|---|
committer | Sean Simmons <ssimmons@progress.com> | 2023-03-29 14:22:23 -0400 |
commit | ac7cc6989dbd4244358140869e63f83691124839 (patch) | |
tree | 50fcef84aa8e926318e70903a1a226bf3e0168dd | |
parent | ca53b48f8acbe3bd1ed53c605fbc02763174de1c (diff) | |
download | chef-ac7cc6989dbd4244358140869e63f83691124839.tar.gz |
fixing line 111
Signed-off-by: Sean Simmons <ssimmons@progress.com>
-rwxr-xr-x | .buildkite/build-test-omnibus.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.buildkite/build-test-omnibus.sh b/.buildkite/build-test-omnibus.sh index a27ec443da..824622fcff 100755 --- a/.buildkite/build-test-omnibus.sh +++ b/.buildkite/build-test-omnibus.sh @@ -108,7 +108,7 @@ then echo " - docker#v3.5.0:" if [[ $platform == *"arm"* ]]; then echo "- label: \":hammer_and_wrench::docker::muscle: $platform\"" - echo " image: chefes/omnibus-toolchain-$platform:$OMNIBUS_TOOLCHAIN_VERSION" + echo " image: chefes/omnibus-toolchain-${platform::-4}:$OMNIBUS_TOOLCHAIN_VERSION" else echo " image: chefes/omnibus-toolchain-$platform:$OMNIBUS_TOOLCHAIN_VERSION" fi |