diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3104389..7a2462fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,8 +49,8 @@ jobs: - name: Build targets uses: zijiren233/go-build-action@v1 env: - ARM_SUBMICRO_DISABLED: true - ARM64_MICRO_DISABLED: true + SUBMICRO_ARM_DISABLED: true + MICRO_ARM64_DISABLED: true with: targets: ${{ matrix.target }} enable-micro: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33d83d81..46cf407f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,8 +46,8 @@ jobs: - name: Build targets uses: zijiren233/go-build-action@v1 env: - ARM_SUBMICRO_DISABLED: true - ARM64_MICRO_DISABLED: true + SUBMICRO_ARM_DISABLED: true + MICRO_ARM64_DISABLED: true with: targets: ${{ matrix.target }} enable-micro: true diff --git a/.github/workflows/release_dev.yml b/.github/workflows/release_dev.yml index 7b431c27..b879c4d9 100644 --- a/.github/workflows/release_dev.yml +++ b/.github/workflows/release_dev.yml @@ -40,8 +40,8 @@ jobs: - name: Build targets uses: zijiren233/go-build-action@v1 env: - ARM_SUBMICRO_DISABLED: true - ARM64_MICRO_DISABLED: true + SUBMICRO_ARM_DISABLED: true + MICRO_ARM64_DISABLED: true with: targets: ${{ matrix.target }} enable-micro: true