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 a04d2c9 commit 04c5093Copy full SHA for 04c5093
.github/workflows/ipxe_build.yaml
@@ -9,7 +9,7 @@ env:
9
10
jobs:
11
x86:
12
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v5
@@ -38,7 +38,7 @@ jobs:
38
bin-i386-efi/snponly.efi
39
40
arm32:
41
42
43
44
@@ -68,7 +68,7 @@ jobs:
68
bin-arm32-efi/snponly.efi
69
70
arm64:
71
72
73
74
@@ -98,7 +98,7 @@ jobs:
98
bin-arm64-efi/snponly.efi
99
100
cache:
101
102
needs:
103
- x86
104
- arm32
0 commit comments