Fix builders.sh
Change-Id: Ia506021a5a1878f93c2cd31d05237b33b26bae05
Signed-off-by: Saheer Babu <saheer.babu@arm.com>
diff --git a/ci-dockerfiles-deployment/builders.sh b/ci-dockerfiles-deployment/builders.sh
index 6ec7a0a..b42f933 100755
--- a/ci-dockerfiles-deployment/builders.sh
+++ b/ci-dockerfiles-deployment/builders.sh
@@ -33,9 +33,9 @@
if ! type aws
then
- sudo apt-get -y -qq update
- sudo apt-get -y -qq install --no-install-recommends unzip
- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
+ sudo yum update -y
+ sudo yum install unzip -y
+ curl "https://awscli.amazonaws.com/awscli-exe-linux-aarch64.zip" -o "awscliv2.zip"
unzip -q awscliv2.zip
sudo ./aws/install
fi