Skip to content

Commit d738fc9

Browse files
committed
Merge branch 'main' of github.com:SummerSec/SpringExploit into main
2 parents 0c078ee + 8dbfad1 commit d738fc9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.goreleaser.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ builds:
1515
- arm
1616
- arm64
1717

18-
ignore:
19-
- goos: darwin
20-
goarch: '386'
21-
- goos: windows
22-
goarch: 'arm'
23-
- goos: windows
24-
goarch: 'arm64'
18+
# ignore:
19+
# - goos: darwin
20+
# goarch: '386'
21+
# - goos: windows
22+
# goarch: 'arm'
23+
# - goos: windows
24+
# goarch: 'arm64'
2525

2626
binary: '{{ .ProjectName }}'
2727
main: cmd/main.go

0 commit comments

Comments
 (0)