Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kata-manager: Retrieve static tarball
In `utils/kata-manager.sh`, we download the first asset listed for the release, which used to be the static x86_64 tarball. If that happened to not match the system architecture, we would abort. Besides that logic being invalid for !x86_64 (despite not distributing other tarballs at the moment), the first asset listed is also not the static tarball any more, it is the vendored source tarball. Retrieve all _static_ tarballs and select the appropriate one depending on architecture. Fixes: kata-containers#3254 Signed-off-by: Jakob Naucke <[email protected]>
- Loading branch information