We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846f222 commit 887b717Copy full SHA for 887b717
Dockerfile
@@ -6,7 +6,7 @@ COPY pkg/ pkg/
6
COPY vendor/ vendor/
7
8
# Build
9
-RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o builder github.com/kubesphere/s2irun/cmd
+RUN CGO_ENABLED=0 GOOS=linux go build -a -o builder github.com/kubesphere/s2irun/cmd
10
11
FROM alpine:3.11
12
0 commit comments