update to use existing DOCKER_ARCH from ci pipeline

This commit is contained in:
Dan Pastusek 2020-08-14 15:38:23 -06:00
parent eada69519d
commit 90049f5f90

View file

@ -9,8 +9,8 @@ RUN go build -o /usr/bin/mautrix-whatsapp
FROM alpine:3.12
ARG TARGETARCH=amd64
ARG YQ_DOWNLOAD_ADDR=https://github.com/mikefarah/yq/releases/download/3.3.2/yq_linux_${TARGETARCH}
ARG DOCKER_ARCH=amd64
ARG YQ_DOWNLOAD_ADDR=https://github.com/mikefarah/yq/releases/download/3.3.2/yq_linux_${DOCKER_ARCH}
ENV UID=1337 \
GID=1337