Skip to content

Commit

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

build:
docker buildx build --output type=docker --build-arg redis_version=7.0.10 --platform linux/arm64 --tag ghcr.io/getsentry/redis-cluster:7.0.10-arm64 .
docker buildx build --output type=docker --build-arg redis_version=7.0.10 --platform linux/amd64 --tag ghcr.io/getsentry/redis-cluster:7.0.10-amd64 .
docker manifest create ghcr.io/getsentry/redis-cluster:7.0.10 --amend ghcr.io/getsentry/redis-cluster:7.0.10-amd64 --amend ghcr.io/getsentry/redis-cluster:7.0.10-arm64
docker manifest push --purge ghcr.io/getsentry/redis-cluster:7.0.10
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:
@echo "Ensure that you have run `make build` to use the latest image"
Expand Down

0 comments on commit 0a9de8c

Please sign in to comment.