Skip to content

Commit

Permalink
scripts: riscv arch
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizzick committed Aug 6, 2024
1 parent edfa8c1 commit ea7cb3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/make/build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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' )"
Expand Down Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions scripts/make/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ linux mips64 - softfloat
linux mips64le - softfloat
linux mipsle - softfloat
linux ppc64le - -
linux riscv64 - -
openbsd amd64 - -
openbsd arm64 - -
windows 386 - -
Expand Down

0 comments on commit ea7cb3a

Please sign in to comment.