Skip to content

Commit d254ded

Browse files
committed
wip
1 parent cb4c0f9 commit d254ded

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/mkosi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ name: mkosi
77
on:
88
push:
99
branches:
10+
- wip
1011
- main
1112
- v[0-9]+-stable
1213
paths:
@@ -124,6 +125,8 @@ jobs:
124125
ExecStart=false
125126
EOF
126127
cp mkosi.images/initrd/mkosi.extra/usr/lib/systemd/system/emergency.service.d/poweroff.conf mkosi.images/system/mkosi.extra/usr/lib/systemd/system/emergency.service.d/poweroff.conf
128+
git clone -b wip2 --depth 1 https://github.com/bluca/systemd.git foo
129+
sudo cp foo/src/ukify/ukify.py /usr/bin/ukify
127130
128131
- name: Generate secure boot key
129132
run: mkosi --debug genkey

0 commit comments

Comments
 (0)