Skip to content

Commit

Permalink
chore(site): update index to reflect new distro namings.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Oct 24, 2023
1 parent ea70cb9 commit 3e8acae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
var target = url.searchParams.get('target')
if (target == null) {
if (arch == "x86_64") {
target = "AmazonLinux";
target = "amazonlinux";
}
if (arch == "aarch64") {
target = "AmazonLinux2";
target = "amazonlinux2";
}
url.searchParams.set('target', target);
};
Expand Down

0 comments on commit 3e8acae

Please sign in to comment.