mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
qemu and buildkit images to speed up
This commit is contained in:
parent
50cc1ecb80
commit
ac6f2be2d2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker_actions.yml
vendored
4
.github/workflows/docker_actions.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue