Skip to content

Commit

Permalink
🚑 Fixes incorrect architecture download for Influx
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Mar 31, 2019
1 parent b2a9a34 commit 9487062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions influxdb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN \
\
&& ARCH="${BUILD_ARCH}" \
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \
&& if [ "${BUILD_ARCH}" = "armv7" ]; then ARCH="armhf"; fi \
\
&& INFLUXDB="1.7.5" \
&& curl -J -L -o /tmp/influxdb.deb.asc \
Expand Down

0 comments on commit 9487062

Please sign in to comment.