Skip to content

Commit 80e5a03

Browse files
committed
makefile: do not build ng control panel for now, circleci base go image cannot be extended to build angular app
1 parent 9d49286 commit 80e5a03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ all:
44
env CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -a -o laitos.arm64
55
env CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -a -o laitos.exe
66
env CGO_ENABLED=0 GOOS=darwin go build -a -o laitos.darwin
7-
cd controlpanel && ng build --base-href /controlpanel
87

98
.PHONY: clean
109
clean:

0 commit comments

Comments
 (0)