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