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 6ea2f54 commit 6b8bef1Copy full SHA for 6b8bef1
.github/workflows/linux.yml
@@ -61,8 +61,9 @@ jobs:
61
apt -y install git crossbuild-essential-arm64 make flex bison bc \
62
libelf-dev libssl-dev libssl-dev:arm64 dpkg-dev \
63
debhelper-compat kmod python3 rsync coreutils
64
- scripts/build-linux-deb.sh kernel-configs/docker.config \
65
- kernel-configs/systemd-boot.config
+ # sort config files alphabetically to have predictable ordering
+ ls kernel-configs/*.config | sort |
66
+ xargs scripts/build-linux-deb.sh
67
68
- name: Upload results to fileserver
69
env:
0 commit comments