Skip to content

Commit

Permalink
fix: goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
kvendingoldo committed Jun 17, 2024
1 parent 053856a commit 4a6d10c
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ builds:
- amd64
- arm
- arm64
goarm:
- "6"
- "7"
ignore:
- goos: darwin
goarch: "386"
Expand Down Expand Up @@ -64,9 +61,6 @@ builds:
- amd64
- arm
- arm64
goarm:
- "6"
- "7"
ignore:
- goos: darwin
goarch: "386"
Expand Down Expand Up @@ -96,9 +90,6 @@ builds:
- amd64
- arm
- arm64
goarm:
- "6"
- "7"
ignore:
- goos: darwin
goarch: "386"
Expand Down Expand Up @@ -128,9 +119,6 @@ builds:
- amd64
- arm
- arm64
goarm:
- "6"
- "7"
ignore:
- goos: darwin
goarch: "386"
Expand Down Expand Up @@ -160,9 +148,6 @@ builds:
- amd64
- arm
- arm64
goarm:
- "6"
- "7"
ignore:
- goos: darwin
goarch: "386"
Expand Down Expand Up @@ -192,9 +177,6 @@ builds:
- amd64
- arm
- arm64
goarm:
- "6"
- "7"
ignore:
- goos: darwin
goarch: "386"
Expand Down

0 comments on commit 4a6d10c

Please sign in to comment.