diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,7 +1,6 @@ # Use the official Golang image as the base image FROM --platform=$BUILDPLATFORM golang:1.20 as builder ARG TARGETOS TARGETARCH -RUN echo "TARGETOS=$TARGETOS TARGETARCH=$TARGETARCH" # Set up the working directory WORKDIR /app |
