Skip to content

Commit

Permalink
Add riscv64 entry in Architecture selector (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfacq authored Mar 14, 2024
1 parent 37c6b22 commit 2e5c77a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/defaults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ export const arches = [
name: "sparcv9",
value: "sparcv9",
},
{
name: "riscv64",
value: "riscv64",
},
]

export const packageTypes = [
Expand Down

0 comments on commit 2e5c77a

Please sign in to comment.