chore: bump periph.io dependencies
This commit is contained in:
6
Makefile
6
Makefile
@ -1,9 +1,11 @@
|
||||
.PHONY: test docker
|
||||
|
||||
DOCKER_IMG = cyrilix/robocar-led
|
||||
DOCKER_IMG = docker.io/cyrilix/robocar-led
|
||||
|
||||
rc-led: binary-amd64
|
||||
|
||||
test:
|
||||
go test -race -mod vendor ./cmd/rc-led ./part ./led
|
||||
go test -race -tags no_d2xx ./cmd/rc-led ./part ./led
|
||||
|
||||
docker:
|
||||
docker buildx build . --platform linux/arm/7,linux/arm64,linux/amd64 -t ${DOCKER_IMG} --push
|
||||
|
Reference in New Issue
Block a user