mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-08 12:17:26 +01:00
attempt layer cache exporting in github actions
This commit is contained in:
parent
27d1ed241a
commit
e9090a2473
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user