File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 8181 - name : Set up QEMU
8282 if : runner.arch == 'X64' && matrix.platform != 'x86_64'
8383 uses : docker/setup-qemu-action@v3
84+ with :
85+ # This should be temporary
86+ # xref https://github.com/docker/setup-qemu-action/issues/188
87+ # xref https://github.com/tonistiigi/binfmt/issues/215
88+ image : tonistiigi/binfmt:qemu-v8.1.5
8489 - run : |
8590 # ${{ matrix.distro }} ${{ matrix.platform }} tests
8691 cat <<EOF > build.sh
Original file line number Diff line number Diff line change 7272 - name : Set up QEMU
7373 if : matrix.platform != 'amd64'
7474 uses : docker/setup-qemu-action@v3
75+ with :
76+ # This should be temporary
77+ # xref https://github.com/docker/setup-qemu-action/issues/188
78+ # xref https://github.com/tonistiigi/binfmt/issues/215
79+ image : tonistiigi/binfmt:qemu-v8.1.5
7580
7681 - name : Set docker arch
7782 run : |
You can’t perform that action at this time.
0 commit comments