Skip to content

Commit

Permalink
Extend build-cross target with riscv64 arch
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Biesek <michalbiesek@gmail.com>
  • Loading branch information
michalbiesek committed Aug 14, 2023
1 parent b809725 commit e65925b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ build-cross:
$(call go-build,linux,ppc64le)
$(call go-build,linux,s390x)
$(call go-build,linux,mips64le)
$(call go-build,linux,riscv64)
$(call go-build,windows,amd64)
$(call go-build,windows,386)

Expand Down

0 comments on commit e65925b

Please sign in to comment.