Skip to content

Commit 1e7dd1d

Browse files
committed
Add riscv64 as an option
1 parent d2a9174 commit 1e7dd1d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ use_repo(yq_toolchains, "yq_linux_amd64")
2222
use_repo(yq_toolchains, "yq_linux_arm64")
2323
use_repo(yq_toolchains, "yq_linux_ppc64le")
2424
use_repo(yq_toolchains, "yq_linux_s390x")
25+
use_repo(yq_toolchains, "yq_linux_riscv64")
2526
use_repo(yq_toolchains, "yq_windows_amd64")
2627

2728
bazel_lib_toolchains = use_extension("@bazel_lib//lib:extensions.bzl", "toolchains")

apt/private/deb_translate_lock.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ _ARCHITECTURE_MAP = {{
6969
"s390x": "s390x",
7070
"i386": "x86_32",
7171
"armhf": "armv7e-mf",
72+
"riscv64": "riscv64",
7273
"all": "all",
7374
}}
7475

0 commit comments

Comments
 (0)