chore: bump periph.io dependencies

This commit is contained in:
2021-09-11 20:52:44 +02:00
parent 3393931a05
commit c21ba54784
19 changed files with 126 additions and 38 deletions

View File

@ -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