Skip to content

Commit 59bf039

Browse files
authored
Update build.yml
1 parent e510e40 commit 59bf039

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ on:
77

88
jobs:
99
allinone:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
strategy:
1212
matrix:
1313
component: [all]
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: docker/setup-qemu-action@v3
17+
with:
18+
image: tonistiigi/binfmt:qemu-v7.0.0-28
1719
- uses: docker/setup-buildx-action@v3
1820
- name: Get Version
1921
run: |

0 commit comments

Comments
 (0)