fix naming

This commit is contained in:
Kaise Cheng 2025-06-26 14:17:43 +01:00
parent 19e6566436
commit cdc2c60b0d

View file

@ -11,7 +11,7 @@ function save_docker_tarballs {
local arch="${1:?architecture required}"
local version="${2:?stack-version required}"
local images="logstash logstash-oss"
if [ "${arch}" != "aarch64" ]; then
if [ "${arch}" != "arm64" ]; then
# No logstash-ubi8 for AARCH64
images="logstash logstash-oss logstash-ubi8"
fi