mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-02 08:17:01 +00:00
actions: test make kata-tarball
make kata-tarball is the main way to build a kata in a single host. Lets test it to make sure it works on every PR. Fixes: #2416 Signed-off-by: Carlos Venegas <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
parent
626d659fd9
commit
116521367e
9
.github/workflows/kata-deploy-push.yaml
vendored
9
.github/workflows/kata-deploy-push.yaml
vendored
@ -56,3 +56,12 @@ jobs:
|
||||
with:
|
||||
name: kata-static-tarball
|
||||
path: kata-static.tar.xz
|
||||
|
||||
make-kata-tarball:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: make kata-tarball
|
||||
run: |
|
||||
make kata-tarball
|
||||
sudo make install-tarball
|
||||
|
Loading…
Reference in New Issue
Block a user