Skip to content

Commit

Permalink
Merge pull request #201 from michalbiesek/feat-riscv64
Browse files Browse the repository at this point in the history
Extend `build-cross` target with `riscv64` arch
  • Loading branch information
rhatdan authored Aug 25, 2023
2 parents b809725 + e65925b commit a75fad8
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 a75fad8

Please sign in to comment.