Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions scripts/build-probe-binaries
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,18 @@ if [ -z "$KERNEL_TYPE" ]; then
rhel_build $URL
done

#
# Fedora Atomic build
#
echo Building Fedora Atomic
DIR=$(dirname $(readlink -f $0))
URLS="$($DIR/kernel-crawler.py Fedora-Atomic)"

for URL in $URLS
do
rhel_build $URL
done

#
# CoreOS build
#
Expand Down