Skip to content
Open
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
2 changes: 1 addition & 1 deletion scripts/binaries/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if ! test -f "$DOCKER_FILE"; then
echo "Supported DISTRO: ubuntu-2204 ubuntu-2404 fedora-42 debian-12 arch"
echo "Supported ARCH: x86_64 arm64"
echo "Supported ENGINE: docker podman"
exit 0
exit 1
fi

echo "Selected distro: $DISTRO"
Expand Down