Matthew R Kasun 3 năm trước cách đây
mục cha
commit
6ed9901894
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docker/Dockerfile-netclient-multiarch-go

+ 1 - 1
docker/Dockerfile-netclient-multiarch-go

@@ -6,7 +6,7 @@ COPY . .
 
 ENV GO111MODULE=auto
 
-RUN GOOS=linux GOARCH=arm64 CGO_ENABLED=0 /usr/local/go/bin/go build -ldflags="-w -s" -o netclient-app netclient/main.go
+RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 /usr/local/go/bin/go build -ldflags="-w -s" -o netclient-app netclient/main.go
 
 WORKDIR /root/