Skip to content

Commit 43bec3b

Browse files
ci: remove linux again because f this
1 parent e864742 commit 43bec3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
matrix:
5555
# build and publish in parallel: linux/amd64, linux/arm64, darwin/amd64, darwin/arm64
56-
goos: [darwin, linux]
56+
goos: [darwin]
5757
goarch: [amd64, arm64]
5858
steps:
5959
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)