Fix makefile
This commit is contained in:
parent
f2ab59f4d0
commit
245029b759
6
Makefile
6
Makefile
@ -1,11 +1,11 @@
|
||||
.PHONY: test docker
|
||||
|
||||
DOCKER_IMG = cyrilix/robocar-camera
|
||||
DOCKER_IMG = cyrilix/robocar-arduino
|
||||
|
||||
test:
|
||||
go test
|
||||
-mod vendor ./cmd/rc-camera ./camera
|
||||
go test -mod vendor ./cmd/rc-arduino ./arduino
|
||||
|
||||
docker:
|
||||
export DOCKEC_CLI_EXPERIMENTAL=enabled
|
||||
docker buildx build . --platform linux/arm/7,linux/arm64,linux/amd64 -t ${DOCKER_IMG} --push
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user