There was an error while loading. Please reload this page.
1 parent e510e40 commit 59bf039Copy full SHA for 59bf039
1 file changed
.github/workflows/build.yml
@@ -7,13 +7,15 @@ on:
7
8
jobs:
9
allinone:
10
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
11
strategy:
12
matrix:
13
component: [all]
14
steps:
15
- uses: actions/checkout@v4
16
- uses: docker/setup-qemu-action@v3
17
+ with:
18
+ image: tonistiigi/binfmt:qemu-v7.0.0-28
19
- uses: docker/setup-buildx-action@v3
20
- name: Get Version
21
run: |
0 commit comments