1
0
mirror of https://github.com/containers/youki synced 2024-11-23 09:21:57 +01:00
youki/scripts
cuisongliu ac20fc302e
docs(main): support arm64 release docs (#2510)
* docs(main): support arm64 release docs

Signed-off-by: cuisongliu <cuisongliu@qq.com>

* docs(main): support arm64 release docs

Signed-off-by: cuisongliu <cuisongliu@qq.com>

* docs(main): support arm64 release docs

Signed-off-by: cuisongliu <cuisongliu@qq.com>

---------

Signed-off-by: cuisongliu <cuisongliu@qq.com>
2023-11-26 12:58:09 +09:00
..
.gitignore
build.sh
clean.sh
features_test.sh
musl_test.sh
oci_integration_tests.sh
README.md
release_tag.sh docs(main): support arm64 release docs (#2510) 2023-11-26 12:58:09 +09:00
rust_integration_tests.sh

Scripts

This stores various scripts that do various things. These can be intended to be used directly, or can be for using from some other scripts or Makefiles.

Note

Please use set -e at the start of every script. This will ensure that the operation fails if any single command fails in that script. Without it, the script will continue after the failing command and might create a knock-on effect of incorrect results. In case you expect some step to fail, handle the failure directly rather than checking some condition to see if the command is successful in the rest of the script.