Skip to content

Commit

Permalink
build: add Windows arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
70sh1 committed Jul 6, 2024
1 parent 3eed26a commit 5dfcdbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- { GOOS: darwin, GOARCH: amd64 }
- { GOOS: darwin, GOARCH: arm64 }
- { GOOS: windows, GOARCH: amd64 }
- { GOOS: windows, GOARCH: arm64 }
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

Expand Down

0 comments on commit 5dfcdbb

Please sign in to comment.