Skip to content

Commit

Permalink
add checksums download button
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen committed Nov 20, 2023
1 parent f2b4d63 commit 95853a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/containers/DownloadsPage/InfractlPageSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default function InfractlPageSection(): ReactElement {
'Download for Intel Mac': '/downloads/infractl-darwin-amd64',
'Download for M1 Mac': '/downloads/infractl-darwin-arm64',
'Download for Linux': '/downloads/infractl-linux-amd64',
'Checksums (SHA-512)': '/downloads/infractl-CHECKSUMS',
};
const infractlLinks = Object.entries(infractlDownloads).map(([label, value]) => (
<a key={value} href={value} download className="btn btn-base mr-2">
Expand Down

0 comments on commit 95853a9

Please sign in to comment.