Skip to content

Commit cf018b9

Browse files
committed
fix: tmp disable build for linux/386 (incompat with babylon lib)
1 parent 90e6218 commit cf018b9

File tree

2 files changed

+271
-0
lines changed

2 files changed

+271
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
goos: [linux, windows, darwin]
1818
goarch: ["386", amd64, arm64]
1919
exclude:
20+
- goarch: "386"
21+
goos: linux
2022
- goarch: "386"
2123
goos: darwin
2224
- goarch: arm64

0 commit comments

Comments
 (0)