Skip to content

Commit

Permalink
CircleCI: build multiarch docker image #9
Browse files Browse the repository at this point in the history
  • Loading branch information
rafie committed Sep 3, 2019
1 parent 8323dec commit c704a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ commands:
aws s3 cp <<parameters.from>>/ s3://redismodules/$PACKAGE_NAME/ --acl public-read --recursive --exclude "*" --include "*.zip"
multiarch_docker:
steps:
- setup_remote_docker:
docker_layer_caching: true
# - setup_remote_docker:
# docker_layer_caching: true
- run:
name: Setup Docker client experimental features
command: |
Expand Down

0 comments on commit c704a8f

Please sign in to comment.