Skip to content

Commit c1150b9

Browse files
hack3ricbrb
authored andcommitted
release: add riscv64
1 parent 4660b20 commit c1150b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ release:
3939
--rm \
4040
--workdir /pwru \
4141
--volume `pwd`:/pwru docker.io/library/golang:$(GO_IMAGE_VERSION)@$(GO_IMAGE_SHA) \
42-
sh -c "apt update && apt install -y make git clang-19 llvm curl gcc flex bison gcc-aarch64* libc6-dev-arm64-cross && \
42+
sh -c "apt update && apt install -y make git clang-19 llvm curl gcc flex bison gcc-aarch64* libc6-dev-arm64-cross gcc-riscv64* libc6-dev-riscv64-cross && \
4343
ln -s /usr/bin/clang-19 /usr/bin/clang && \
4444
git config --global --add safe.directory /pwru && \
4545
make local-release"

0 commit comments

Comments
 (0)