Skip to content

Commit

Permalink
fix(installer): Use a7 instead of i7
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteFoy committed May 22, 2024
1 parent ef99991 commit 3e77d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/datadog/updater/install_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 3e77d26

Please sign in to comment.