We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c6fc1 commit aa0c069Copy full SHA for aa0c069
yeetfile.js
@@ -24,7 +24,7 @@ yeet.setenv("CGO_ENABLED", "0");
24
25
const pkgs = [];
26
27
-["amd64", "arm64", "ppc64le"].forEach((goarch) => {
+["amd64", "arm64", "ppc64le", "riscv64"].forEach((goarch) => {
28
[deb, rpm].forEach((method) => {
29
pkgs.push(
30
method.build({
0 commit comments