scripts: riscv arch

This commit is contained in:
Dimitry Kolyshev 2024-08-06 14:35:14 +05:00
parent edfa8c147f
commit ea7cb3a0bd
2 changed files with 5 additions and 1 deletions

View file

@ -38,7 +38,8 @@ linux/amd64,\
linux/arm/v6,\
linux/arm/v7,\
linux/arm64,\
linux/ppc64le"
linux/ppc64le,\
linux/riscv64"
readonly docker_platforms
build_date="$( date -u +'%Y-%m-%dT%H:%M:%SZ' )"
@ -106,6 +107,8 @@ cp "${dist_dir}/AdGuardHome_linux_arm_7/AdGuardHome/AdGuardHome"\
"${dist_docker}/AdGuardHome_linux_arm_v7"
cp "${dist_dir}/AdGuardHome_linux_ppc64le/AdGuardHome/AdGuardHome"\
"${dist_docker}/AdGuardHome_linux_ppc64le_"
cp "${dist_dir}/AdGuardHome_linux_riscv64/AdGuardHome/AdGuardHome"\
"${dist_docker}/AdGuardHome_linux_riscv64_"
# Don't use quotes with $docker_version_tag and $docker_channel_tag, because we
# want word splitting and or an empty space if tags are empty.

View file

@ -141,6 +141,7 @@ linux mips64 - softfloat
linux mips64le - softfloat
linux mipsle - softfloat
linux ppc64le - -
linux riscv64 - -
openbsd amd64 - -
openbsd arm64 - -
windows 386 - -