Skip to content

Commit

Permalink
Merge pull request #7 from Qolzam/develop/openfaas
Browse files Browse the repository at this point in the history
Develop/openfaas
  • Loading branch information
Qolzam authored Feb 19, 2021
2 parents b5cc92b + 3461166 commit c043105
Show file tree
Hide file tree
Showing 83 changed files with 30,118 additions and 3,684 deletions.
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/example-go-react-macos-app-1.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

11 changes: 4 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,15 @@ clean:
.PHONY: build

build:
# @cd ./ui && npm install
@cd ./ui && npm run build
@cd ./ui && yarn install
@cd ./ui && yarn build
GO111MODULE=on CGO_ENABLED=0 GOOS=linux go build -o bin/telar
GO111MODULE=on CGO_ENABLED=0 GOOS=darwin go build -o bin/telar-darwin
GO111MODULE=on CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=6 go build -o bin/telar-armhf
GO111MODULE=on CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -o bin/telar-arm64
GO111MODULE=on CGO_ENABLED=0 GOOS=windows go build -o bin/telar.exe

@echo "[✔️] Build complete!"
packr clean

.PHONY: run

run:
# @open ./telar-cli
@open ./bin/telar-darwin
@echo "[✔️] App is running!"
Loading

0 comments on commit c043105

Please sign in to comment.