Skip to content

Commit

Permalink
attempt layer cache exporting in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pschichtel committed Jul 25, 2024
1 parent 27d1ed2 commit e9090a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1098,6 +1098,8 @@ jobs:
run: xz -d -k < ./cache/base.tar.xz | docker import - dockcross/base:latest

- name: build
env:
BUILD_CMD: build --cache-from type=gha --cache-to type=gha,mode=max
run: make ${{ matrix.arch_name.image }}

- name: basic test
Expand Down

0 comments on commit e9090a2

Please sign in to comment.