Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Razikus committed Apr 26, 2024
1 parent 0a0f695 commit 928d34e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.22] # Using Go version 1.22
os: [ubuntu-latest, windows-latest] # Define operating systems in the matrix
go-version: [1.22]
include:
# Standard architectures
- os: ubuntu-latest
Expand All @@ -26,7 +27,7 @@ jobs:
goos: linux
goarch: arm64
binary-suffix: linux-arm64
- os: windows-latest
- os: windows-latest # Specify the correct OS for this architecture
arch: amd64
goos: windows
goarch: amd64
Expand Down

0 comments on commit 928d34e

Please sign in to comment.