Skip to content

Commit

Permalink
Added darwin (mac os) as build target.
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-braun committed Nov 11, 2024
1 parent 90e565e commit 4c4550e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

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

steps:
Expand Down

0 comments on commit 4c4550e

Please sign in to comment.