Skip to content

Commit a267c95

Browse files
uncleDecarteriknordmark
authored andcommitted
GitHub Actions: don't decompress kernel on ARM arch
Signed-off-by: Pavel Abramov <[email protected]>
1 parent f5304a7 commit a267c95

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/assets.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,6 @@ jobs:
7272
sed -i. -e "s#initrd=${comp}#initrd=${{ env.ARCH }}.${comp}#g" assets/ipxe.efi.cfg
7373
done
7474
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
8475
- name: Pull eve-sources and publish collected_sources.tar.gz to assets
8576
run: |
8677
HV=kvm

0 commit comments

Comments
 (0)