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"