From 234ddcf835eb75b0ace39177ad2395128ce9f2a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E4=B8=AB=E8=AE=B2=E6=A2=B5?= Date: Mon, 29 Sep 2025 14:31:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8C=87=E5=AE=9A=E4=BA=A4=E5=8F=89?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E7=9A=84=E9=95=9C=E5=83=8F=E6=9E=B6=E6=9E=84?= =?UTF-8?q?=EF=BC=8C=E8=BE=BE=E5=88=B0=E6=9E=84=E5=BB=BA=E6=8F=90=E9=80=9F?= =?UTF-8?q?=E7=9B=AE=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e4f248e..9941af3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25-alpine AS builder +FROM --platform=linux/amd64 golang:1.25-alpine AS builder ARG TARGETARCH @@ -17,4 +17,4 @@ WORKDIR /root/ COPY --from=builder /app/hubproxy . COPY --from=builder /app/config.toml . -CMD ["./hubproxy"] \ No newline at end of file +CMD ["./hubproxy"]