mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
enhance: [skip e2e] enable ubuntu20.04 os (#35482)
Signed-off-by: Yellow Shine <sammy.huang@zilliz.com>
This commit is contained in:
parent
b896143965
commit
1275005fc1
2
.github/workflows/publish-builder.yaml
vendored
2
.github/workflows/publish-builder.yaml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu22.04, amazonlinux2023, rockylinux8]
|
os: [ubuntu20.04, ubuntu22.04, amazonlinux2023, rockylinux8]
|
||||||
env:
|
env:
|
||||||
OS_NAME: ${{ matrix.os }}
|
OS_NAME: ${{ matrix.os }}
|
||||||
IMAGE_ARCH: ${{ matrix.arch }}
|
IMAGE_ARCH: ${{ matrix.arch }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user