From 0ccac000c71f72e1a04626e6237aa71d93d64432 Mon Sep 17 00:00:00 2001 From: Marcus Crane Date: Tue, 4 Jun 2024 10:26:47 +1200 Subject: [PATCH] Revert pipeline changes for now Signed-off-by: Marcus Crane --- .github/workflows/release.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 82b3e82..4c0be1e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,24 +26,16 @@ jobs: tag: linux_amd64 - arch: arm64 platform: linux/arm64 - os: ubuntu-latest + os: buildjet-4vcpu-ubuntu-2204-arm tag: linux_arm64 - arch: amd64 platform: windows/amd64 os: windows-latest tag: windows_amd64 - - arch: arm64 - platform: windows/arm64 - os: windows-latest - tag: windows_arm64 - arch: amd64 platform: windows/amd64 os: windows-latest tag: windows-portable_amd64 - - arch: arm64 - platform: windows/arm64 - os: windows-latest - tag: windows-portable_arm64 runs-on: ${{ matrix.build.os }} name: Release October (${{ matrix.build.tag }}) steps: