Skip to content

Commit e65925b

Browse files
committed
Extend build-cross target with riscv64 arch
Signed-off-by: Michal Biesek <[email protected]>
1 parent b809725 commit e65925b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ build-cross:
1818
$(call go-build,linux,ppc64le)
1919
$(call go-build,linux,s390x)
2020
$(call go-build,linux,mips64le)
21+
$(call go-build,linux,riscv64)
2122
$(call go-build,windows,amd64)
2223
$(call go-build,windows,386)
2324

0 commit comments

Comments
 (0)