From 7bca2988f45ab724d6fbe21c764619a860a38c14 Mon Sep 17 00:00:00 2001 From: naiba Date: Sun, 3 Apr 2022 11:23:37 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Dashboard=20s390x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dashboard.yml | 2 +- README.md | 2 +- service/singleton/singleton.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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