attempt layer cache exporting in github actions

This commit is contained in:
Phillip Schichtel 2024-07-26 00:51:37 +02:00
parent 27d1ed241a
commit e9090a2473
No known key found for this signature in database
GPG Key ID: EE84DF92E4446BA9

View File

@ -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