mirror of
https://github.com/ViViDboarder/docker-restic-cron.git
synced 2024-11-23 05:36:38 +00:00
Fix arm test target typo
This commit is contained in:
parent
7b4e31c00d
commit
f4b9383c2a
2
Makefile
2
Makefile
@ -23,7 +23,7 @@ test-x86: build-x86
|
|||||||
|
|
||||||
.PHONY: test-arm
|
.PHONY: test-arm
|
||||||
test-arm: build-arm
|
test-arm: build-arm
|
||||||
cd tests && .test.sh $(DOCKER_TAG):raspbian
|
cd tests && ./test.sh $(DOCKER_TAG):raspbian
|
||||||
|
|
||||||
.PHONY: test-all
|
.PHONY: test-all
|
||||||
test-all: test-x86 test-arm
|
test-all: test-x86 test-arm
|
||||||
|
Loading…
Reference in New Issue
Block a user