qemu and buildkit images to speed up

This commit is contained in:
edoapra 2022-12-19 18:10:31 -08:00
parent 50cc1ecb80
commit ac6f2be2d2
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0

View file

@ -38,7 +38,7 @@ jobs:
id: qemu
uses: docker/setup-qemu-action@v2
with:
image: crazymax/binfmt:v6.0.0
image: tonistiigi/binfmt:qemu-v6.0.0-10
- name: Available platforms
run: |
echo ${{ steps.qemu.outputs.platforms }}
@ -47,7 +47,7 @@ jobs:
uses: docker/setup-buildx-action@v2
with:
driver-opts: |
image=moby/buildkit:master
image=moby/buildkit:v0.10.4
- name: fetch cache
if: (steps.setup-cache.outputs.cache-hit == 'true') && ( matrix.folder != 'helloworld' )
run: |