Skip to content

Commit

Permalink
Merge pull request #22 from MindsHub/develop
Browse files Browse the repository at this point in the history
better cache
  • Loading branch information
Usioumeo authored Aug 20, 2024
2 parents e48cd6a + 2fda4b6 commit 7bbebe4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ jobs:
matrix:
platform:
- linux/amd64
#- linux/arm/v6
#- linux/arm/v7
- linux/arm/v6
- linux/arm/v7
- linux/arm64
steps:
- name: Prepare
Expand Down Expand Up @@ -212,8 +212,8 @@ jobs:
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
cache-from: type=registry,ref=${{ env.REGISTRY_IMAGE }}:buildcache
cache-to: type=registry,ref=${{ env.REGISTRY_IMAGE }}:buildcache,mode=max
cache-from: type=registry,ref=${{ env.REGISTRY_IMAGE }}:buildcache-${{env.PLATFORM_PAIR}}
cache-to: type=registry,ref=${{ env.REGISTRY_IMAGE }}:buildcache-${{env.PLATFORM_PAIR}},mode=max

- name: Export digest
run: |
Expand Down

0 comments on commit 7bbebe4

Please sign in to comment.