Skip to content

Commit

Permalink
enhance: [skip e2e] enable ubuntu20.04 os (milvus-io#35482)
Browse files Browse the repository at this point in the history
Signed-off-by: Yellow Shine <[email protected]>
  • Loading branch information
yellow-shine authored Aug 16, 2024
1 parent b896143 commit 1275005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu22.04, amazonlinux2023, rockylinux8]
os: [ubuntu20.04, ubuntu22.04, amazonlinux2023, rockylinux8]
env:
OS_NAME: ${{ matrix.os }}
IMAGE_ARCH: ${{ matrix.arch }}
Expand Down

0 comments on commit 1275005

Please sign in to comment.