Skip to content

Commit

Permalink
support more architectures / os
Browse files Browse the repository at this point in the history
  • Loading branch information
2start committed Jan 16, 2024
1 parent 2b6ced3 commit ecae7a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goos: [darwin]
goarch: [arm64]
goos: [darwin, linux]
goarch: [arm64, amd64]
steps:
- name: Set up Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit ecae7a5

Please sign in to comment.