Browse Source

fix: fix Dockerfile

JustSong 2 years ago
parent
commit
c1312e456f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -10,8 +10,8 @@ FROM golang AS builder2
 
 ENV GO111MODULE=on \
     CGO_ENABLED=1 \
-    GOOS=linux \
-    GOARCH=amd64
+    GOOS=linux
+
 WORKDIR /build
 COPY . .
 COPY --from=builder /build/build ./web/build