Skip to content

Commit 2167485

Browse files
committed
Makefile: add riscv64
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 39ace12 commit 2167485

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ artifacts: clean
9494
$(TAR) $(TAR_FLAGS) -czvf _output/$(ARTIFACT_NAME)-linux-ppc64le.tar.gz $(CURDIR)/bin/*
9595
GOOS=linux GOARCH=s390x make -B
9696
$(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/*
9799

98100
.PHONY: \
99101
$(TARGET_BIN) \

0 commit comments

Comments
 (0)