Skip to content

Commit

Permalink
Merge pull request #47 from chilianyi/fix-arm
Browse files Browse the repository at this point in the history
fix arm build
  • Loading branch information
chilianyi authored Dec 18, 2022
2 parents 846f222 + 887b717 commit 67902fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY pkg/ pkg/
COPY vendor/ vendor/

# Build
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

FROM alpine:3.11

Expand Down

0 comments on commit 67902fd

Please sign in to comment.