Skip to content

Commit

Permalink
ci: add release exe for 64bit os
Browse files Browse the repository at this point in the history
  • Loading branch information
Planxnx committed Dec 25, 2023
1 parent fbb81b3 commit c9fbd98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
# List of GOOS and GOARCH pairs from `go tool dist list`
goosarch:
- "darwin/arm64"
# - "darwin/amd64"
# - "windows/amd64"
- "darwin/amd64"
- "windows/amd64"
# - "linux/amd64"
# - "linux/arm64"
steps:
Expand Down

0 comments on commit c9fbd98

Please sign in to comment.