From 3e77d2657d82c7922128af5dd53a213550b2db4e Mon Sep 17 00:00:00 2001 From: Baptiste Foy Date: Wed, 22 May 2024 13:32:10 +0200 Subject: [PATCH] fix(installer): Use a7 instead of i7 --- components/datadog/updater/install_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/datadog/updater/install_script.sh b/components/datadog/updater/install_script.sh index 4f10a7142..75a4f61bb 100644 --- a/components/datadog/updater/install_script.sh +++ b/components/datadog/updater/install_script.sh @@ -43,7 +43,7 @@ elif [ -f /etc/SuSE-release ] || [ "$DISTRIBUTION" == "SUSE" ] || [ "$DISTRIBUTI fi apt_url="apttesting.datad0g.com" -apt_repo_version="${DD_PIPELINE_ID}-i7-${ARCH} 7" +apt_repo_version="${DD_PIPELINE_ID}-a7-${ARCH} 7" apt_usr_share_keyring="/usr/share/keyrings/datadog-archive-keyring.gpg" apt_trusted_d_keyring="/etc/apt/trusted.gpg.d/datadog-archive-keyring.gpg"