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 39ace12 commit 2167485Copy full SHA for 2167485
Makefile
@@ -94,6 +94,8 @@ artifacts: clean
94
$(TAR) $(TAR_FLAGS) -czvf _output/$(ARTIFACT_NAME)-linux-ppc64le.tar.gz $(CURDIR)/bin/*
95
GOOS=linux GOARCH=s390x make -B
96
$(TAR) $(TAR_FLAGS) -czvf _output/$(ARTIFACT_NAME)-linux-s390x.tar.gz $(CURDIR)/bin/*
97
+ GOOS=linux GOARCH=riscv64 make -B
98
+ $(TAR) $(TAR_FLAGS) -czvf _output/$(ARTIFACT_NAME)-linux-riscv64.tar.gz $(CURDIR)/bin/*
99
100
.PHONY: \
101
$(TARGET_BIN) \
0 commit comments