This commit is contained in:
@@ -7,7 +7,7 @@ RUN sed -i '/replace/d' go.mod && \
|
||||
go mod download
|
||||
|
||||
# -------------------- builder stage --------------------
|
||||
FROM --platform=$BUILDPLATFORM golang:alpine AS builder
|
||||
FROM golang:alpine AS builder
|
||||
|
||||
# Buildx injects these
|
||||
ARG TARGETOS
|
||||
|
||||
Reference in New Issue
Block a user