Skip to content

Commit

Permalink
Prep builder
Browse files Browse the repository at this point in the history
  • Loading branch information
beezz committed Jun 26, 2023
1 parent 0a9de8c commit 8225740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ help:
@echo " cli run redis-cli inside the container on the server with port 7000"

build:
docker buildx create --name multiarch --driver docker-container --use
docker buildx build --push --build-arg redis_version=7.0.10 --platform linux/amd64,linux/arm64 --tag ghcr.io/getsentry/redis-cluster:7.0.10 .

up:
Expand Down

0 comments on commit 8225740

Please sign in to comment.