We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3e93d commit 4ebce67Copy full SHA for 4ebce67
.github/workflows/ci.yml
@@ -24,6 +24,8 @@ jobs:
24
- name: Set up QEMU
25
id: qemu
26
uses: docker/setup-qemu-action@v3
27
+ with:
28
+ cache-image: false
29
30
- name: Available platforms
31
run: echo ${{steps.qemu.outputs.platforms}}
.github/workflows/release.yml
@@ -26,6 +26,8 @@ jobs:
32
33
0 commit comments