Skip to content

Commit aa0c069

Browse files
committed
feat(yeetfile): build riscv64 binaries
Release-Status: cut Signed-off-by: Xe Iaso <[email protected]>
1 parent 61c6fc1 commit aa0c069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yeetfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ yeet.setenv("CGO_ENABLED", "0");
2424

2525
const pkgs = [];
2626

27-
["amd64", "arm64", "ppc64le"].forEach((goarch) => {
27+
["amd64", "arm64", "ppc64le", "riscv64"].forEach((goarch) => {
2828
[deb, rpm].forEach((method) => {
2929
pkgs.push(
3030
method.build({

0 commit comments

Comments
 (0)