Browse Source

Merge pull request #1786 from gravitl/workflow_updates

rm arch from dockerfile
dcarns 2 years ago
parent
commit
5cdc95123b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker/Dockerfile-netclient-multiarch-userspace

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

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