Skip to content

Commit 9bfad19

Browse files
committed
Add riscv64 mapping so we're automatically ready if binaries show up
1 parent 234c02c commit 9bfad19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

versions.sh

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ declare -A dockerArches=(
88
['arm32v7']='armhf'
99
['arm64v8']='aarch64'
1010
['ppc64le']='ppc64le'
11+
['riscv64']='riscv64'
1112
['s390x']='s390x'
1213
['windows-amd64']='x86_64'
1314
)

0 commit comments

Comments
 (0)