mirror of
https://github.com/elastic/logstash.git
synced 2025-06-27 17:08:55 -04:00
fix naming
This commit is contained in:
parent
19e6566436
commit
cdc2c60b0d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue