File tree Expand file tree Collapse file tree 4 files changed +1
-34
lines changed Expand file tree Collapse file tree 4 files changed +1
-34
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,4 @@ build: clean
15
15
16
16
clean :
17
17
rm -rf ./bin
18
- rm -rf ./tmp
19
-
20
- # Commands for docker images.
21
- # ----------------------------
22
- build-linux :
23
- GOOS=linux GOARCH=amd64 go build -v -o ./bin/executor ./cmd/executor
24
- GOOS=linux GOARCH=amd64 go build -v -o ./bin/ordermatch ./cmd/ordermatch
25
- GOOS=linux GOARCH=amd64 go build -v -o ./bin/tradeclient ./cmd/tradeclient
26
-
27
- build-docker : clean build-linux
28
- docker build -t quickfixgo/executor:latest -f ./cmd/executor/Dockerfile .
29
- docker build -t quickfixgo/ordermatch:latest -f ./cmd/ordermatch/Dockerfile .
30
- docker build -t quickfixgo/tradeclient:latest -f ./cmd/tradeclient/Dockerfile .
18
+ rm -rf ./tmp
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments