CI: Remove GOPROXY and GODEBUG build args in armv7 Dockerfile

This commit is contained in:
Michael Mayer 2021-12-13 00:21:04 +01:00
parent 7efe09000d
commit ec45ec479d

View file

@ -6,8 +6,6 @@ LABEL maintainer="Michael Mayer <hello@photoprism.org>"
ARG TARGETARCH
ARG TARGETPLATFORM
ARG BUILD_TAG
ARG GOPROXY
ARG GODEBUG
# Set environment variables
ENV DEBIAN_FRONTEND="noninteractive" \