mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 20:24:31 +00:00
workflows: release kata 2.x snap through the stable channel
kata 1.x has been deprecated, now kata 2.x can be released through the stable channel fixes #1909 Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
parent
0c463babf3
commit
9a43d76d5e
2
.github/workflows/snap-release.yaml
vendored
2
.github/workflows/snap-release.yaml
vendored
@ -33,5 +33,5 @@ jobs:
|
|||||||
snap_file="kata-containers_${snap_version}_amd64.snap"
|
snap_file="kata-containers_${snap_version}_amd64.snap"
|
||||||
# Upload the snap if it exists
|
# Upload the snap if it exists
|
||||||
if [ -f ${snap_file} ]; then
|
if [ -f ${snap_file} ]; then
|
||||||
snapcraft upload --release=candidate ${snap_file}
|
snapcraft upload --release=stable ${snap_file}
|
||||||
fi
|
fi
|
||||||
|
@ -14,7 +14,7 @@ Kata Containers can be installed in any Linux distribution that supports
|
|||||||
Run the following command to install **Kata Containers**:
|
Run the following command to install **Kata Containers**:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ sudo snap install kata-containers --candidate --classic
|
$ sudo snap install kata-containers --stable --classic
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configure Kata Containers
|
## Configure Kata Containers
|
||||||
|
Loading…
Reference in New Issue
Block a user