Don't specify architecture in Dockerfile go build
@@ -20,7 +20,7 @@ RUN set -e ;\
go test ./test/*.go;\
go test ./pkg/*;\
cd cmd/costmodel;\
- GOOS=linux GOARCH=amd64 \
+ GOOS=linux \
go build -a -installsuffix cgo -o /go/bin/app
FROM alpine:latest