Skip to content

Commit 887b717

Browse files
committed
fix arm build
1 parent 846f222 commit 887b717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY pkg/ pkg/
66
COPY vendor/ vendor/
77

88
# Build
9-
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o builder github.com/kubesphere/s2irun/cmd
9+
RUN CGO_ENABLED=0 GOOS=linux go build -a -o builder github.com/kubesphere/s2irun/cmd
1010

1111
FROM alpine:3.11
1212

0 commit comments

Comments
 (0)