Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const MINIFORGE_ARCHITECTURES: types.IArchitectures = {
aarch64: "aarch64",
ppc64le: "ppc64le", // To be supported by github runners
arm64: "arm64",
riscv64: "riscv64",
};

/** Map from Node.js platform strings to OS names used in installer filenames. */
Expand Down