Skip to content

Commit 5db0364

Browse files
committed
Bring back non-darwin releases
1 parent 0207d05 commit 5db0364

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,22 @@ jobs:
4747
strategy:
4848
matrix:
4949
include:
50-
# - goos: linux
51-
# goarch: amd64
52-
# - goos: linux
53-
# goarch: arm64
54-
# - goos: linux
55-
# goarch: '386'
56-
# - goos: linux
57-
# goarch: arm
50+
- goos: linux
51+
goarch: amd64
52+
- goos: linux
53+
goarch: arm64
54+
- goos: linux
55+
goarch: '386'
56+
- goos: linux
57+
goarch: arm
5858
- goos: darwin
5959
goarch: amd64
6060
- goos: darwin
6161
goarch: arm64
62-
# - goos: windows
63-
# goarch: amd64
64-
# - goos: windows
65-
# goarch: '386'
62+
- goos: windows
63+
goarch: amd64
64+
- goos: windows
65+
goarch: '386'
6666
steps:
6767
- name: Checkout code
6868
uses: actions/checkout@v4

0 commit comments

Comments
 (0)