We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0207d05 commit 5db0364Copy full SHA for 5db0364
.github/workflows/release.yml
@@ -47,22 +47,22 @@ jobs:
47
strategy:
48
matrix:
49
include:
50
- # - goos: linux
51
- # goarch: amd64
52
53
- # goarch: arm64
54
55
- # goarch: '386'
56
57
- # goarch: arm
+ - goos: linux
+ goarch: amd64
+ goarch: arm64
+ goarch: '386'
+ goarch: arm
58
- goos: darwin
59
goarch: amd64
60
61
goarch: arm64
62
- # - goos: windows
63
64
65
+ - goos: windows
66
steps:
67
- name: Checkout code
68
uses: actions/checkout@v4
0 commit comments