Skip to content

Commit

Permalink
Add riscv64 mapping so we're automatically ready if binaries show up
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed May 29, 2024
1 parent 234c02c commit 9bfad19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ declare -A dockerArches=(
['arm32v7']='armhf'
['arm64v8']='aarch64'
['ppc64le']='ppc64le'
['riscv64']='riscv64'
['s390x']='s390x'
['windows-amd64']='x86_64'
)
Expand Down

0 comments on commit 9bfad19

Please sign in to comment.