diff --git a/.github/workflows/dashboard.yml b/.github/workflows/dashboard.yml
index 688a984..dffdf09 100644
--- a/.github/workflows/dashboard.yml
+++ b/.github/workflows/dashboard.yml
@@ -50,7 +50,7 @@ jobs:
with:
context: .
file: ./Dockerfile
- platforms: linux/amd64,linux/arm64,linux/arm,linux/386
+ platforms: linux/amd64,linux/arm64,linux/arm,linux/386,linux/s390x
push: true
tags: |
${{ steps.image-name.outputs.GHRC_IMAGE_NAME }}
diff --git a/README.md b/README.md
index 7ca7974..baca76a 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
LOGO designed by 熊大 .
-
+
:trollface: 哪吒监控 一站式轻监控轻运维系统。支持系统状态、HTTP(SSL 证书变更、即将到期、到期)、TCP、Ping 监控报警,计划任务和在线终端。
diff --git a/service/singleton/singleton.go b/service/singleton/singleton.go index 475be93..f82bf80 100644 --- a/service/singleton/singleton.go +++ b/service/singleton/singleton.go @@ -15,7 +15,7 @@ import ( pb "github.com/naiba/nezha/proto" ) -var Version = "v0.12.17" // !!记得修改 README 中的 badge 版本!! +var Version = "v0.12.18" // !!记得修改 README 中的 badge 版本!! var ( Conf *model.Config