Skip to content

Commit

Permalink
🚑 Fixes download location for ARMv7
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Mar 20, 2019
1 parent ab33608 commit f2ebdf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adguard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN \
&& if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="arm64"; fi \
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="amd64"; fi \
&& if [[ "${BUILD_ARCH}" = "armhf" ]]; then ARCH="arm"; fi \
&& if [[ "${BUILD_ARCH}" = "armv7" ]]; then ARCH="arm"; fi \
&& if [[ "${BUILD_ARCH}" = "i386" ]]; then ARCH="386"; fi \
\
&& curl -L -s \
Expand Down

0 comments on commit f2ebdf7

Please sign in to comment.