From 7765aa23fdd63d4c938dea9177148006db19e236 Mon Sep 17 00:00:00 2001 From: zijiren233 Date: Sat, 15 Mar 2025 12:02:31 +0800 Subject: [PATCH] feat: enable arm micro --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d78ad8f..a040432 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -145,9 +145,6 @@ jobs: - name: Build targets uses: zijiren233/go-build-action@v1 - env: - SUBMICRO_ARM_DISABLED: true - MICRO_ARM64_DISABLED: true with: targets: ${{ matrix.targets.Target }} cgo-enabled: ${{ matrix.targets.CGO }}