diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .goreleaser.yaml | 6 |
2 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,7 @@ .idea .logs .local +/dist /goexec /patch /go.work diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 16a3ffb..e8f5176 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -16,8 +16,10 @@ builds: goarch: - amd64 - arm64 - - "386" - - arm + + ignore: + - goos: windows + goarch: arm #upx: # - enabled: true |