core: 添加 cloud image 测试

This commit is contained in:
bin456789 2023-07-18 00:29:46 +08:00
parent 5008114096
commit 129d00c2bb
No known key found for this signature in database
GPG Key ID: EE301B386DE6C11B

View File

@ -30,6 +30,14 @@ jobs:
${{ matrix.command }} ubuntu-22.04
${{ matrix.command }} debian-12
${{ matrix.command }} dd --img=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.3.8.tar.xz
# 测试 cloud image
${{ matrix.command }} centos-7 --ci
${{ matrix.command }} alma-8 --ci
${{ matrix.command }} rocky-9 --ci
${{ matrix.command }} ubuntu-22.04 --ci
${{ matrix.command }} debian-12 --ci
# 测试失败例子
! ${{ matrix.command }} wrong-os
! ${{ matrix.command }} dd --img=https://github.com/