mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-11-15 22:42:35 +01:00
update to use existing DOCKER_ARCH from ci pipeline
This commit is contained in:
parent
eada69519d
commit
90049f5f90
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue