Skip to content

Commit 120f5e8

Browse files
committed
workflows: linux: use new docker config fragment
Signed-off-by: Loïc Minier <[email protected]>
1 parent 92ffe15 commit 120f5e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161
apt -y install git crossbuild-essential-arm64 make flex bison bc \
6262
libelf-dev libssl-dev libssl-dev:arm64 dpkg-dev \
6363
debhelper-compat kmod python3 rsync coreutils
64-
scripts/build-linux-deb.sh kernel-configs/systemd-boot.config
64+
scripts/build-linux-deb.sh kernel-configs/docker.config \
65+
kernel-configs/systemd-boot.config
6566
6667
- name: Upload results to fileserver
6768
env:

0 commit comments

Comments
 (0)