Skip to content

Commit f7c20e8

Browse files
committed
set no-cache
1 parent 5400ae5 commit f7c20e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: test cleanup
22

33
test:
4-
docker-compose --file docker-compose.test.yml build --build-arg TARGETPLATFORM=linux/arm64 --build-arg TARGETARCH=arm64
4+
docker-compose --file docker-compose.test.yml build --build-arg TARGETPLATFORM=linux/arm64 --build-arg TARGETARCH=arm64 --no-cache
55
docker-compose --file docker-compose.test.yml run sut
66

77
cleanup:

0 commit comments

Comments
 (0)