rapidsai / miniforge-cuda

https://hub.docker.com/r/rapidsai/miniforge-cuda/
12 stars 9 forks source link

Make `jq` functions fully generic #32

Closed ajschmidt8 closed 1 year ago

ajschmidt8 commented 1 year ago

This PR updates the jq functions to make them fully generic.

Previously the jq functions included the keys from axis.yaml which resulted in some duplication that would be tedious to maintain.

Now the axis.yaml file can be updated without having to also update compute-mx.jq.

Since these jq functions are now fully generic, they can also be consolidated into a composite action to facilitate reusability.