revert to TARGETARCH, update CI

This commit is contained in:
Dan Pastusek
2020-08-14 15:50:26 -06:00
parent 90049f5f90
commit 5a0930f672
2 changed files with 3 additions and 3 deletions

View File

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