Skip to content

Commit

Permalink
Make matrix build discrete
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Dec 1, 2024
1 parent d5cdf2c commit 8ac694e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,11 @@ jobs:
add_to_matrix "noarch-3.1"
add_to_matrix "noarch-6.1"
add_to_matrix "noarch-7.0"
if [ "$add_noarch_dsm72_builds" == "true" ]; then
add_to_matrix "noarch-7.2"
fi
fi
# Add noarch DSM 7.2 builds
if [ "$add_noarch_dsm72_builds" == "true" ] && [ "$has_noarch_packages" == "true" ]; then
add_to_matrix "noarch-7.2"
fi
# Add DSM 7.2 builds
Expand Down

0 comments on commit 8ac694e

Please sign in to comment.