We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3b882 commit 1981768Copy full SHA for 1981768
.github/workflows/ci.yml
@@ -54,6 +54,9 @@ jobs:
54
fetch-depth: 0 # checkout tags so version in Manifest is set properly
55
- name: Set up QEMU
56
uses: docker/setup-qemu-action@v2
57
+ with:
58
+ ## Temporary due to bug in qemu: https://github.com/docker/setup-qemu-action/issues/198
59
+ image: tonistiigi/binfmt:qemu-v7.0.0-28
60
- name: Build ${{ matrix.image }}
61
env:
62
PLATFORMS: ${{ matrix.platforms }}
.github/workflows/release.yml
@@ -35,6 +35,9 @@ jobs:
35
36
37
38
39
40
41
42
- name: Log in to the Container registry
43
# locked to https://github.com/docker/login-action/releases/tag/v2.1.0
0 commit comments