Skip to content

Commit

Permalink
Test out support for Windows and Linux arm64 runners
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Crane <[email protected]>
  • Loading branch information
marcus-crane committed Jun 3, 2024
1 parent 09f2e38 commit 32f6a15
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,24 @@ jobs:
tag: linux_amd64
- arch: arm64
platform: linux/arm64
os: buildjet-4vcpu-ubuntu-2204-arm
os: ubuntu-latest
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 32f6a15

Please sign in to comment.