We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
riscv64
1 parent 234c02c commit 9bfad19Copy full SHA for 9bfad19
versions.sh
@@ -8,6 +8,7 @@ declare -A dockerArches=(
8
['arm32v7']='armhf'
9
['arm64v8']='aarch64'
10
['ppc64le']='ppc64le'
11
+ ['riscv64']='riscv64'
12
['s390x']='s390x'
13
['windows-amd64']='x86_64'
14
)
0 commit comments