Skip to content

Commit c3726f6

Browse files
vdemeestertekton-robot
authored andcommitted
Temporarly disable windows/arm as Go 1.11 doesn't support it
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
1 parent 95a46c3 commit c3726f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ amd64:
2323
.PHONY: arm
2424
arm:
2525
GOOS=linux GOARCH=arm go build -o bin/tkn-linux-arm ./cmd/tkn
26-
GOOS=windows GOARCH=arm go build -o bin/tkn-windows-arm ./cmd/tkn
26+
# GOOS=windows GOARCH=arm go build -o bin/tkn-windows-arm ./cmd/tkn # not support with go 1.11
2727

2828
.PHONY: arm64
2929
arm64:

0 commit comments

Comments
 (0)