ci: use similar yaml across jobs, simplify naming #121
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Minor improvements:
arch
from matrix since I don't expect we'll use other values (e.g. x86)restore-keys
list - my understanding is that setting thecache-name
environment variable is used as an example in the docs to show cases like having multiple caches based on feature branches or some other variable. we aren't partitioning it this way (and I'm not super clear on when that would be useful anyway), so having a hard codedartifacts
is sufficient.Feel free to cherry pick or squash if it looks good.