Matthew R Kasun 3 years ago
parent
commit
c19dad4ae6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker/Dockerfile-netclient-multiarch-go

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

@@ -6,7 +6,7 @@ COPY . .
 
 
 ENV GO111MODULE=auto
 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/
 WORKDIR /root/