Skip to content

Commit

Permalink
Merge pull request #493 from abhishekpaul/patch-1
Browse files Browse the repository at this point in the history
Add support Docker Multi-platform image
  • Loading branch information
ThibautMarechal authored Jan 15, 2024
2 parents 18eed9a + 0ae3093 commit 242b224
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ jobs:
- name: ⬇️ Checkout repo
uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: 🐳 Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand All @@ -140,9 +143,10 @@ jobs:
${{ runner.os }}-buildx-
- name: 🐳 Docker build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,mode=max,dest=/tmp/.buildx-cache-new

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Self-host your [turborepo remote cache](https://turborepo.org/docs/features/remo
- See artifacts globally, by user or by teams
- Display times saved by using the remote caching
- Probably can be deployed anywhere that support Remix ([How top deploy a Remix app?](https://remix.run/docs/en/v1/guides/deployment))
- Docker Image support [thibmarechal/turborepo-remote-cache](https://hub.docker.com/r/thibmarechal/turbo-epo-remote-cache)
- Docker Image support [thibmarechal/turborepo-remote-cache](https://hub.docker.com/r/thibmarechal/turborepo-remote-cache)



Expand Down

0 comments on commit 242b224

Please sign in to comment.