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 f5304a7 commit a267c95Copy full SHA for a267c95
.github/workflows/assets.yml
@@ -72,15 +72,6 @@ jobs:
72
sed -i. -e "s#initrd=${comp}#initrd=${{ env.ARCH }}.${comp}#g" assets/ipxe.efi.cfg
73
done
74
sed -e 's#{mac:hexhyp}#{ip}#' < assets/ipxe.efi.cfg > assets/ipxe.efi.ip.cfg
75
- - name: Unzip kernel on arm64
76
- run: |
77
- # FIXME: stock iPXE doesn't support compressed kernels on arm64.
78
- # EVE's iPXE does, but we still haven't quite figured out the
79
- # hand-off part between the two. Therefore for now unpack the kernel.
80
- if [ "${{ env.ARCH }}" = arm64 ]; then
81
- mv assets/kernel assets/kernel.gz
82
- gzip -d assets/kernel.gz
83
- fi
84
- name: Pull eve-sources and publish collected_sources.tar.gz to assets
85
run: |
86
HV=kvm
0 commit comments