Skip to content

Commit

Permalink
Relesae for all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
mehran-prs committed May 16, 2024
1 parent 97b6ac0 commit 53bc140
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@ jobs:
strategy:
matrix:
target:
# - 'windows/amd64'
# - 'windows/386'
# - 'windows/arm64'
# - 'linux/amd64'
# - 'linux/386'
# - 'linux/arm64'
# - 'linux/arm'
- 'windows/amd64'
- 'windows/386'
- 'windows/arm64'
- 'linux/amd64'
- 'linux/386'
- 'linux/arm64'
- 'linux/arm'
- 'darwin/amd64'
- 'darwin/arm64'
# - 'freebsd/386'
# - 'freebsd/amd64'
# - 'freebsd/arm'
# - 'openbsd/amd64'
# - 'openbsd/arm64'
- 'freebsd/386'
- 'freebsd/amd64'
- 'freebsd/arm'
- 'openbsd/amd64'
- 'openbsd/arm64'
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 53bc140

Please sign in to comment.