Skip to content

Commit

Permalink
Revert pipeline changes for now
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Crane <marcus@utf9k.net>
  • Loading branch information
marcus-crane committed Jun 3, 2024
1 parent 32f6a15 commit 0ccac00
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0ccac00

Please sign in to comment.