Skip to content

Commit

Permalink
Update build to only include linux binary
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mizutani committed Jun 13, 2024
1 parent c7c13cb commit 91cda11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reelase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux, darwin]
# keychain library is required for building darwin binary, however it's not available in ubuntu. Then we build only linux binary here.
goos: [linux]
goarch: [amd64, arm64]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 91cda11

Please sign in to comment.