Skip to content

Commit 6b8bef1

Browse files
committed
workflows: linux: use all kernel-configs
Signed-off-by: Loïc Minier <[email protected]>
1 parent 6ea2f54 commit 6b8bef1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ 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/docker.config \
65-
kernel-configs/systemd-boot.config
64+
# sort config files alphabetically to have predictable ordering
65+
ls kernel-configs/*.config | sort |
66+
xargs scripts/build-linux-deb.sh
6667
6768
- name: Upload results to fileserver
6869
env:

0 commit comments

Comments
 (0)