Skip to content

Commit e65237d

Browse files
authored
Merge pull request #140 from cofyc/disable-cross-build
Disable cross build in CI
2 parents c1232bd + a3875f5 commit e65237d

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
@@ -40,7 +40,7 @@ endif
4040

4141
SUDO = $(if $(filter 0,$(shell id -u)),,sudo)
4242

43-
all: cross
43+
all: provisioner
4444
.PHONY: all
4545

4646
cross: $(addprefix provisioner-,$(ALL_ARCH))

0 commit comments

Comments
 (0)