Skip to content

Commit

Permalink
chore: Add back Linux ARM download (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnys1 authored Jun 7, 2024
1 parent 53dab57 commit e9dbec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export function Download(props?: React.ComponentProps<"section">) {
<DownloadCard
key={"Linux"}
os="Linux"
architectures={["Intel"]}
architectures={["Intel", "ARM"]}
detected={detected}
/>
</div>
Expand Down

0 comments on commit e9dbec9

Please sign in to comment.