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 ea7cb3a commit 6069382
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/make/build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ linux/amd64,\
linux/arm/v6,\
linux/arm/v7,\
linux/arm64,\
linux/ppc64le,\
linux/riscv64"
linux/ppc64le"
readonly docker_platforms

build_date="$( date -u +'%Y-%m-%dT%H:%M:%SZ' )"
Expand Down Expand Up @@ -107,8 +106,6 @@ 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

0 comments on commit 6069382

Please sign in to comment.