Skip to content

Commit 4543fe2

Browse files
committed
build only for linux amd64 and mac arms
1 parent 54c4759 commit 4543fe2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
- goos: linux
2323
goarch: amd64
2424
asset_suffix: linux-amd64
25-
- goos: linux
26-
goarch: arm64
27-
asset_suffix: linux-arm64
28-
- goos: darwin # macOS
29-
goarch: amd64
30-
asset_suffix: darwin-amd64
25+
# - goos: linux
26+
# goarch: arm64
27+
# asset_suffix: linux-arm64
28+
# - goos: darwin # macOS
29+
# goarch: amd64
30+
# asset_suffix: darwin-amd64
3131
- goos: darwin # macOS
3232
goarch: arm64
3333
asset_suffix: darwin-arm64

0 commit comments

Comments
 (0)