Skip to content

Commit

Permalink
Update matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
leet4tari committed Jul 27, 2022
1 parent 7ce5ecb commit c392786
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/matrix-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
# matrix=$( jq -s -c .[] .github/workflows/matrix-test.json )
# target selection of build images
# matrix_selection=$( jq -c '.[] | select( ."build_enabled" != false )' .github/workflows/matrix-test.json )
matrix_selection=$( jq -c '.[] | select( ."name" == "linux-x86" )' .github/workflows/matrix-test.json )
# matrix_selection=$( jq -c '.[] | select( ."name" == "linux-x86" )' .github/workflows/matrix-test.json )
matrix_selection=$( jq -c '.[] | select( ."build_enabled" == true )' .github/workflows/matrix-test.json )
# Rebuild the json matrix
matrix=$(echo ${matrix_selection} | jq -s -c '{"builds": .}')
echo $matrix
Expand Down

0 comments on commit c392786

Please sign in to comment.