File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ if [[ "${host_platform}" == "linux/ppc64le" ]]; then
28
28
platforms+=( " linux/ppc64le" )
29
29
fi
30
30
31
- # Special case aarch64
31
+ # Special case arm64
32
32
if [[ " ${host_platform} " == " linux/arm64" ]]; then
33
33
platforms+=( " linux/arm64" )
34
34
fi
Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ function os::build::place_bins() {
362
362
elif [[ $platform == " linux-powerpc64" ]]; then
363
363
OS_RELEASE_ARCHIVE=" openshift-origin-client-tools" os::build::archive_tar " ${OS_BINARY_RELEASE_CLIENT_LINUX[@]} "
364
364
OS_RELEASE_ARCHIVE=" openshift-origin-server" os::build::archive_tar " ${OS_BINARY_RELEASE_SERVER_LINUX[@]} "
365
- elif [[ $platform == " linux-aarch64 " ]]; then
365
+ elif [[ $platform == " linux-arm64 " ]]; then
366
366
OS_RELEASE_ARCHIVE=" openshift-origin-client-tools" os::build::archive_tar " ${OS_BINARY_RELEASE_CLIENT_LINUX[@]} "
367
367
OS_RELEASE_ARCHIVE=" openshift-origin-server" os::build::archive_tar " ${OS_BINARY_RELEASE_SERVER_LINUX[@]} "
368
368
elif [[ $platform == " linux-s390" ]]; then
@@ -372,7 +372,7 @@ function os::build::place_bins() {
372
372
echo " ++ ERROR: No release type defined for $platform "
373
373
fi
374
374
else
375
- if [[ $platform == " linux-64bit" || $platform == " linux-powerpc64" || $platform == " linux-aarch64 " || $platform == " linux-s390" ]]; then
375
+ if [[ $platform == " linux-64bit" || $platform == " linux-powerpc64" || $platform == " linux-arm64 " || $platform == " linux-s390" ]]; then
376
376
os::build::archive_tar " ./*"
377
377
else
378
378
echo " ++ ERROR: No release type defined for $platform "
You can’t perform that action at this time.
0 commit comments