mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 08:24:25 +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
|
run: xz -d -k < ./cache/base.tar.xz | docker import - dockcross/base:latest
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
|
env:
|
||||||
|
BUILD_CMD: build --cache-from type=gha --cache-to type=gha,mode=max
|
||||||
run: make ${{ matrix.arch_name.image }}
|
run: make ${{ matrix.arch_name.image }}
|
||||||
|
|
||||||
- name: basic test
|
- name: basic test
|
||||||
|
Loading…
Reference in New Issue
Block a user