flatcar-scripts/sdk_container
Dongsu Park e2cd417df5 .github: make correct input for runc versions
Before passing runc versions to `sed '/-/!{s/$/_/}'`, we need to replace
`_` with `-`, because runc tarball files already have names like
`1.0.0_rc2`. Without the fix, version sort would `1.0.0` come before
`1.0.0_rc2`, which is not expected in the later steps.
2021-07-22 12:41:45 +02:00
..
src/third_party/coreos-overlay .github: make correct input for runc versions 2021-07-22 12:41:45 +02:00