Skip to content

Commit

Permalink
Enable Docker caching
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney committed Oct 12, 2024
1 parent b00f15d commit 7a0bf0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ jobs:
build-args: |
TARGET=${{ matrix.build_configuration.triple }}
TARGET_CPU=${{ matrix.build_configuration.cpu }}
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
Expand Down

0 comments on commit 7a0bf0d

Please sign in to comment.