Skip to content

Commit

Permalink
chore: compile for all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
noahstreller committed Sep 5, 2024
1 parent c61a386 commit 97601c9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,8 @@ jobs:

strategy:
matrix:
goos: [linux, windows]
# goos: [linux, windows, darwin]
goarch: [amd64]
# goarch: [amd64, arm64]
goos: [linux, windows, darwin]
goarch: [amd64, arm64]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 97601c9

Please sign in to comment.