Skip to content

Commit

Permalink
Use suffix variable instead of architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
f-galland committed Jan 10, 2024
1 parent 29ba5b1 commit e2122ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/assemble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ function main() {

echo "Assembling wazuh-indexer for $PLATFORM-$DISTRIBUTION-$ARCHITECTURE"

ARTIFACT_BUILD_NAME=$(ls "${OUTPUT}/dist/" | grep "wazuh-indexer-min_.*$ARCHITECTURE.*\.$EXT")
ARTIFACT_BUILD_NAME=$(ls "${OUTPUT}/dist/" | grep "wazuh-indexer-min_.*$SUFFIX.*\.$EXT")

ARTIFACT_PACKAGE_NAME=${ARTIFACT_BUILD_NAME/min_/}

Expand Down

0 comments on commit e2122ea

Please sign in to comment.