runfinch / finch

The Finch CLI is an open source client for container development
https://www.runfinch.com
Apache License 2.0
3.47k stars 87 forks source link

build: unify macos/windows yamls #921

Closed pendo324 closed 2 months ago

pendo324 commented 2 months ago

Issue #, if available:

Description of changes: To avoid issues where properties that are supposed to be the same (e.g. the nerdctl-full archive) end up mismatched, I've introduced a way to build our YAML files from a common source using yq

This won't work on Windows until this is merged to install yq on the Windows runners https://github.com/runfinch/infrastructure/pull/594 Testing done:

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.