Skip to content

Commit

Permalink
Temporarly disable windows/arm as Go 1.11 doesn't support it
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester authored and tekton-robot committed Jul 30, 2019
1 parent 95a46c3 commit c3726f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ amd64:
.PHONY: arm
arm:
GOOS=linux GOARCH=arm go build -o bin/tkn-linux-arm ./cmd/tkn
GOOS=windows GOARCH=arm go build -o bin/tkn-windows-arm ./cmd/tkn
# GOOS=windows GOARCH=arm go build -o bin/tkn-windows-arm ./cmd/tkn # not support with go 1.11

.PHONY: arm64
arm64:
Expand Down

0 comments on commit c3726f6

Please sign in to comment.