Skip to content

Commit 89865b1

Browse files
committed
add to makefile
1 parent 0a9362d commit 89865b1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ docker-build-redis:
4444
docker-push-redis:
4545
docker buildx build --push --platform="linux/arm64,linux/amd64" -t ${IMG} -f Dockerfile .
4646

47+
48+
docker-build-redis-modules:
49+
docker buildx build --build-arg BUILD_WITH_MODULES=yes --platform="linux/arm64,linux/amd64" -t "${IMG}-modules" -f Dockerfile .
50+
51+
docker-push-redis-modules:
52+
docker buildx build --build-arg BUILD_WITH_MODULES=yes --push --platform="linux/arm64,linux/amd64" -t "${IMG}-modules" -f Dockerfile .
53+
4754
docker-build-redis-sentinel:
4855
docker buildx build --platform="linux/arm64,linux/amd64" -t ${SENTINEL_IMG} -f Dockerfile.sentinel .
4956

0 commit comments

Comments
 (0)