From 7b2a2d39c6e3d4c61e3274184821152e634e16e1 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 12 Feb 2022 20:49:44 +0800 Subject: [PATCH] =?UTF-8?q?CD=20=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 1 + share/const.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f4244b8..76d06ebd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: Arm Build + if: matrix.platform == 'ubuntu-latest' run: | sudo apt-get update sudo apt-get install -y libc6-armel-cross libc6-dev-armel-cross binutils-arm-linux-gnueabi libncurses5-dev build-essential bison flex libssl-dev bc diff --git a/share/const.go b/share/const.go index 4a1a11b8..fb6cf592 100644 --- a/share/const.go +++ b/share/const.go @@ -4,7 +4,7 @@ package share // session -> freeport fix bug // 更新制品目录 -> ui/downloads // Arm64 制品 -> arm build test -// MacOS 制品 -> debug +// MacOS 制品 -> debug 2 // VERSION 版本号 const VERSION = "0.9.1"