mirror of
https://github.com/bensuperpc/dockcross.git
synced 2026-05-02 07:46:07 +02:00
attempt layer cache exporting in github actions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user