From 02c98a2f8aa4de336b08ecd49ebb3d83fc48d198 Mon Sep 17 00:00:00 2001 From: jdnjk <2394058778@qq.com> Date: Fri, 23 Aug 2024 21:26:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B0=94=E6=AD=BB=E6=88=91=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3fd3e05..eb9b5dd 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,28 +26,11 @@ jobs: - goarch: 386 goos: dragonfly include: - # BEGIN Linux ARM 5 6 7 - - goos: linux - goarch: arm - goarm: 7 - - goos: linux - goarch: arm - goarm: 6 - - goos: linux - goarch: arm - goarm: 5 # END Linux ARM 5 6 7 # BEGIN Android ARM 8 - goos: android goarch: arm64 # END Android ARM 8 - # BEGIN Other architectures - # BEGIN riscv64 & ARM64 - - goos: linux - goarch: arm64 - - goos: freebsd - goarch: arm64 - # END Other architectures runs-on: ubuntu-latest env: @@ -68,7 +51,7 @@ jobs: check-latest: true - name: Build - run: go build -o ./dist/${{ env.BUILD_NAME }} app.go + run: go build -o dist/${{ env.BUILD_NAME }} app.go - name: Get version id: get_version