We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5400ae5 commit f7c20e8Copy full SHA for f7c20e8
Makefile
@@ -1,7 +1,7 @@
1
.PHONY: test cleanup
2
3
test:
4
- docker-compose --file docker-compose.test.yml build --build-arg TARGETPLATFORM=linux/arm64 --build-arg TARGETARCH=arm64
+ docker-compose --file docker-compose.test.yml build --build-arg TARGETPLATFORM=linux/arm64 --build-arg TARGETARCH=arm64 --no-cache
5
docker-compose --file docker-compose.test.yml run sut
6
7
cleanup:
0 commit comments