Skip to content

Commit c4f9366

Browse files
committed
Removes docker support from the scope of this change.
1 parent 2d6a5c7 commit c4f9366

File tree

4 files changed

+1
-34
lines changed

4 files changed

+1
-34
lines changed

Makefile

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,4 @@ build: clean
1515

1616
clean:
1717
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

cmd/executor/Dockerfile

Lines changed: 0 additions & 7 deletions
This file was deleted.

cmd/ordermatch/Dockerfile

Lines changed: 0 additions & 7 deletions
This file was deleted.

cmd/tradeclient/Dockerfile

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)