Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkMaq committed Apr 8, 2023
1 parent 956a096 commit 54b1e38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion src/components/CloudNative/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const CloudNative = (props) => {
<div className={styles.cloud__title__right}>
<div className={styles.cloud__fisrttitle}><abbr className={styles.cloud__fontcolor}>云原生生态</abbr></div>
<div className={styles.cloud__subtitle}>CloudNative</div>
<div className={styles.cloud__desc}>提供跨多云和多集群的集中统一管理,并以插件的⽅式对云原⽣⽣态内应⽤实现即时插拔。内置丰富的应⽤市场、控制器和服务治理套件,实现对应⽤的⽣命周期、CI/CD和服务治理的全⾯管理</div>
<div className={styles.cloud__desc}>提供租户级的监控、日志、事件、审计搜索和分析功能,⽀持 OpenTelemetry 协议以及个开发语言的 SDK 接入。内置丰富的监控、告警等模版和多种通知通道,可满⾜企业日常多样化的监控和可视化场景</div>
<Link
key='start'
className={clsx(
Expand Down

0 comments on commit 54b1e38

Please sign in to comment.